added watchtower network

This commit is contained in:
2023-12-10 19:11:10 -06:00
parent 09edaf414f
commit 163443a380

View File

@@ -40,11 +40,16 @@ services:
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=${WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER}
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=${WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD}
- WATCHTOWER_NOTIFICATION_EMAIL_DELAY=${WATCHTOWER_NOTIFICATION_EMAIL_DELAY}
command: --interval 604800
networks:
- watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
watchtower:
name: watchtower
reverse-proxy:
name: reverse-proxy
external: true