diff --git a/admin/compose.yml b/admin/compose.yml index ae34815..4ee31ac 100755 --- a/admin/compose.yml +++ b/admin/compose.yml @@ -42,24 +42,6 @@ services: - /var/run/docker.sock:/var/run/docker.sock - /etc/localtime:/etc/localtime:ro - watchtower: - container_name: watchtower - image: containrrr/watchtower - environment: - - WATCHTOWER_NOTIFICATIONS=${WATCHTOWER_NOTIFICATIONS} - - WATCHTOWER_NOTIFICATION_TITLE_TAG=${DOCKERHOSTNAME} - - WATCHTOWER_NOTIFICATION_EMAIL_FROM=${WATCHTOWER_NOTIFICATION_EMAIL_FROM} - - WATCHTOWER_NOTIFICATION_EMAIL_TO=${WATCHTOWER_NOTIFICATION_EMAIL_TO} - - WATCHTOWER_NOTIFICATION_EMAIL_SERVER=${WATCHTOWER_NOTIFICATION_EMAIL_SERVER} - - WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=${WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT} - - 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 - restart: always - volumes: - - /var/run/docker.sock:/var/run/docker.sock - networks: reverse-proxy: name: reverse-proxy