Update compose.yaml

This commit is contained in:
2026-07-21 16:04:31 +02:00
parent de1ba81f03
commit 49e16ac93f
+9
View File
@@ -34,6 +34,15 @@ services:
volumes: volumes:
- /opt/02_messaging/postgres:/var/lib/postgresql/data - /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:
external: true external: true