From 816c24f86fc0014fff5a47bd31f70388707112a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 29 Oct 2025 06:53:57 +0100 Subject: [PATCH] feat: enable Watchtower auto-updates for awesome_app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added watchtower.enable label to awesome_app container for automatic Docker image updates when new versions are pushed to the registry. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- awsm/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/awsm/compose.yaml b/awsm/compose.yaml index d33abd8..ac12e54 100644 --- a/awsm/compose.yaml +++ b/awsm/compose.yaml @@ -44,6 +44,7 @@ services: - 'traefik.http.routers.${AWESOME_COMPOSE_PROJECT_NAME}-app-web-secure.middlewares=${AWESOME_COMPOSE_PROJECT_NAME}-app-web-secure-compress' - 'traefik.http.services.${AWESOME_COMPOSE_PROJECT_NAME}-app-web-secure.loadbalancer.server.port=3000' - 'traefik.docker.network=${NETWORK_NAME}' + - 'com.centurylinklabs.watchtower.enable=true' volumes: awesome_data: name: ${AWESOME_COMPOSE_PROJECT_NAME}_data