Author SHA1 Message Date
tobbbs fd489ff2ab Update compose.yaml 2026-06-02 15:22:09 +02:00
tobbbs 28547d1cf2 Update compose.yaml 2026-06-02 14:16:25 +02:00
tobbbs b3848fad2f Update compose.yaml 2026-06-02 14:14:09 +02:00
tobbbs f707b5de19 Update compose.yaml 2026-06-02 14:13:50 +02:00
tobbbs 628e6150c5 Update compose.yaml 2026-06-02 10:10:23 +02:00
tobbbs 9f6a612882 Add compose.yaml 2026-06-02 09:58:50 +02:00
+12 -43
View File
@@ -1,47 +1,16 @@
services: services:
nginx: hawser:
image: "nginx:1.22.0" container_name: hawser
container_name: matrix-nginx volumes:
restart: "always" - /var/run/docker.sock:/var/run/docker.sock
networks: - /opt/hawser-stacks:/opt/hawser-stacks
- hydra-local networks:
volumes: - hydra-local
- /opt/02_messaging/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro environment:
- STACKS_DIR=/opt/hawser-stacks
synapse: - DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect
image: docker.io/matrixdotorg/synapse:latest - TOKEN=${TOKEN}
container_name: matrix-synapse image: ghcr.io/finsys/hawser:latest
restart: unless-stopped
networks:
- hydra-local
environment:
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
volumes:
- /opt/02_messaging/synapse:/data
depends_on:
- synapse_db
synapse_db:
image: docker.io/postgres:14-alpine
restart: unless-stopped
container_name: matrix-synapse-db
networks:
- hydra-local
environment:
- POSTGRES_USER=synapse
- POSTGRES_PASSWORD=aComplexPassphraseNobodyCanGuess
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- /opt/02_messaging/postgres:/var/lib/postgresql/data
mautrix-whatsapp:
container_name: mautrix-whatsapp
image: dock.mau.dev/mautrix/whatsapp:latest
restart: unless-stopped
networks:
- hydra-local
volumes:
- /opt/02_messaging/bridges/whatsapp:/data
networks: networks:
hydra-local: hydra-local: