diff --git a/docker-compose.yml b/docker-compose.yml index aadb306..81cb130 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,6 @@ include: - path: - ${INFRA_PATH}/authelia/authelia.yml - # - ${INFRA_PATH}/crowdsec/crowdsec.yml - ${INFRA_PATH}/homepage/homepage.yml - ${INFRA_PATH}/ntfy/ntfy.yml - ${INFRA_PATH}/speedtest/speedtest.yml diff --git a/project/infrastructure/watchtower/watchtower.yml b/project/infrastructure/watchtower/watchtower.yml deleted file mode 100644 index 55a866c..0000000 --- a/project/infrastructure/watchtower/watchtower.yml +++ /dev/null @@ -1,26 +0,0 @@ -services: - watchtower: - extends: - file: ${TEMPLATES_PATH} - service: default - image: containrrr/watchtower:latest - container_name: watchtower - environment: - - WATCHTOWER_CLEANUP=true - - WATCHTOWER_POLL_INTERVAL=43200 # 12h - - WATCHTOWER_INCLUDE_RESTARTING=true - - WATCHTOWER_LABEL_ENABLE=true - - WATCHTOWER_HTTP_API_METRICS=true - - WATCHTOWER_HTTP_API_TOKEN=mytoken - - WATCHTOWER_HTTP_API_UPDATE=true - - WATCHTOWER_HTTP_API_PERIODIC_POLLS=true - ports: - - 7999:8080 - networks: - - ip4net - volumes: - # - ${INFRA_PATH}/watchtower/config:/config.json - - /var/run/docker.sock:/var/run/docker.sock - labels: - # Watchtower - - "com.centurylinklabs.watchtower.enable=true" \ No newline at end of file