1 Commits

Author SHA1 Message Date
3wc
8a02606643 chore: publish 1.11.0+1.29.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-07-23 17:31:23 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ services:
git:
environment:
- GIT_REPO_URL
image: alpine/git:v2.47.2
image: alpine/git:v2.49.1
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.28.0
image: nginx:1.29.0
networks:
- proxy
deploy:
@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.10.0+1.28.0"
- "coop-cloud.${STACK_NAME}.version=1.11.0+1.29.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment: