Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd489ff2ab | ||
|
|
28547d1cf2 | ||
|
|
b3848fad2f | ||
|
|
f707b5de19 | ||
|
|
628e6150c5 | ||
|
|
9f6a612882 |
+12
-43
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user