Update compose.yaml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user