refactor: removed root .env

This commit is contained in:
2026-01-22 16:51:59 +01:00
parent bc3adbc85d
commit ff9f1be595
6 changed files with 12 additions and 17 deletions

View File

@@ -2,14 +2,12 @@ services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
env_file:
- .env
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
TZ: "${TZ:-Europe/Rome}"
TZ: "${TZ:-Etc/UTC}"
WATCHTOWER_CLEANUP: "${WATCHTOWER_CLEANUP:-false}"
WATCHTOWER_SCHEDULE: "${WATCHTOWER_SCHEDULE:?WATCHTOWER_SCHEDULE not set}"
WATCHTOWER_SCHEDULE: "${WATCHTOWER_SCHEDULE:-0 0 0 * * ?}"
WATCHTOWER_SCOPE: "${WATCHTOWER_SCOPE:-}"
WATCHTOWER_NOTIFICATION_URL: "${WATCHTOWER_NOTIFICATION_URL:-}"
restart: always