chore: publish 0.1.2+0.6.20 release
continuous-integration/drone/push Build was killed Details

This commit is contained in:
3wc 2024-02-08 14:26:22 -03:00
parent f59c3364d4
commit 08504cc4dc
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
web: web:
image: nginx:1.23.3 image: nginx:1.25.3
networks: networks:
- proxy - proxy
- internal - internal
@ -24,7 +24,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app: app:
image: "lscr.io/linuxserver/calibre-web:0.6.19" image: "lscr.io/linuxserver/calibre-web:0.6.20"
environment: environment:
- DOCKER_MODS - DOCKER_MODS
- FLASK_DEBUG=${DEBUG} - FLASK_DEBUG=${DEBUG}
@ -43,7 +43,7 @@ services:
mode: 0555 mode: 0555
deploy: deploy:
labels: labels:
- "coop-cloud.${STACK_NAME}.version=0.1.1+0.6.19" - "coop-cloud.${STACK_NAME}.version=0.1.2+0.6.20"
networks: networks:
internal: internal: