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
+8 -39
View File
@@ -1,47 +1,16 @@
services:
nginx:
image: "nginx:1.22.0"
container_name: matrix-nginx
restart: "always"
networks:
- hydra-local
hawser:
container_name: hawser
volumes:
- /opt/02_messaging/nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro
synapse:
image: docker.io/matrixdotorg/synapse:latest
container_name: matrix-synapse
restart: unless-stopped
- /var/run/docker.sock:/var/run/docker.sock
- /opt/hawser-stacks:/opt/hawser-stacks
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
- STACKS_DIR=/opt/hawser-stacks
- DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect
- TOKEN=${TOKEN}
image: ghcr.io/finsys/hawser:latest
networks:
hydra-local: