4 Commits

Author SHA1 Message Date
8b1aa49240 Update to Karrot v17.1.0
All checks were successful
continuous-integration/drone/tag Build is passing
2025-12-24 22:42:57 +00:00
047d27a969 Update to karrot v17.0.0
All checks were successful
continuous-integration/drone/tag Build is passing
2025-12-21 00:27:19 +00:00
81dd82ba86 Upgrade to Karrot v16.2.0
All checks were successful
continuous-integration/drone/tag Build is passing
2025-04-10 00:01:54 +01:00
ec767e3eea Update to Karrot v16.1.0
All checks were successful
continuous-integration/drone/tag Build is passing
2025-04-01 23:21:21 +01:00

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
web:
image: "codeberg.org/karrot/karrot-frontend:v16.0.0"
image: "codeberg.org/karrot/karrot-frontend:v17.1.0"
depends_on:
- app
environment:
@ -35,7 +35,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: "codeberg.org/karrot/karrot-backend:v16.0.0"
image: "codeberg.org/karrot/karrot-backend:v17.1.0"
networks:
- internal
depends_on:
@ -104,12 +104,12 @@ services:
start_period: 45s
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=2.0.1+16.0.0"
- "coop-cloud.${STACK_NAME}.version=3.1.0+17.1.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/app/uploads"
worker:
image: "codeberg.org/karrot/karrot-backend:v16.0.0"
image: "codeberg.org/karrot/karrot-backend:v17.1.0"
depends_on:
- app
networks: