diff --git a/admin/compose.yml b/admin/compose.yml index 578a607..b872e49 100755 --- a/admin/compose.yml +++ b/admin/compose.yml @@ -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