add labels to get around abra checks

This commit is contained in:
Philipp Rothmann 2022-10-11 15:24:35 +02:00
parent 940b6bde1a
commit 59c071734a
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: thecoopcloud/backup-bot-two:latest
build: .
# build: .
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "backups:/backups"
@ -18,6 +18,11 @@ services:
- restic_password
deploy:
labels:
- "traefik.enable=true"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8008"
- "traefik.http.routers.${STACK_NAME}.rule="
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.app.version=
volumes: