add element web to the dev stack

This commit is contained in:
Aine
2025-01-13 11:02:31 +02:00
parent ddf3298b41
commit 1ca029fe94
6 changed files with 63 additions and 2 deletions

View File

@@ -18,3 +18,17 @@ services:
POSTGRES_PASSWORD: synapse
POSTGRES_DB: synapse
POSTGRES_INITDB_ARGS: "--lc-collate C --lc-ctype C --encoding UTF8"
element:
image: docker.io/vectorim/element-web:latest
depends_on:
synapse:
condition: service_healthy
restart: true
ports:
- "8080:8080"
volumes:
- ./testdata/element/nginx.conf:/etc/nginx/nginx.conf:ro
- /dev/null:/etc/nginx/conf.d/default.conf:ro
- ./testdata/element/config.json:/app/config.json:ro