From 2e13948b3a6f58e6810ef9e8bb375cb6e030969e Mon Sep 17 00:00:00 2001 From: Urban Modig Date: Fri, 12 Sep 2025 13:36:37 +0200 Subject: [PATCH] Setting watchtower label --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 110898a..46cdfa5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,3 +36,5 @@ ENV SPRING_PROFILES_ACTIVE=prod # Pass secrets as env vars (see your application.properties) # -e TELEGRAM_BOT_TOKEN=... -e TELEGRAM_CHAT_ID=... -e GRAPHQL_ACCESS_TOKEN=... ENTRYPOINT ["sh","-c","java $JAVA_OPTS -jar /app/app.jar"] + +LABEL com.centurylinklabs.watchtower.enable=true