Compare commits

...
Author SHA1 Message Date
cc-ci 01a55eef76 chore: upgrade app to nginx 1.31.3
cc-ci/testme cc-ci: success
2026-07-24 03:41:00 +00:00
autonomic-bot 817ee13659 chore: upgrade app to nginx 1.31.2, git to alpine/git v2.54.0
cc-ci/testme cc-ci: success
2026-06-22 20:48:35 +00:00
notplants e668be0f81 chore: upgrade to 1.14.0+1.31.1
cc-ci/testme cc-ci: success
2026-06-17 01:04:02 +01:00
trav 2b82ebabde Merge pull request 'pr-20260518-194117' (#9) from pr-20260518-194117 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/custom-html/pulls/9
2026-06-02 17:49:20 +00:00
travandautonomic-bot df2e27339f chore: upgrade to 1.13.0+1.31.1
cc-ci/testme cc-ci: success
2026-06-02 02:04:15 +00:00
trav 4fc3482640 chore: upgrade to 1.12.0+1.30.1 2026-05-18 20:40:37 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
git:
environment:
- GIT_REPO_URL
image: alpine/git:v2.49.1
image: alpine/git:v2.54.0
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.29.0
image: nginx:1.31.3
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.11.0+1.29.0"
- "coop-cloud.${STACK_NAME}.version=1.13.0+1.31.1"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment: