Update to karrot v15.1.1
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
5b91dbe2c7
commit
798e4ea45d
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: "codeberg.org/karrot/karrot-frontend:v15.0.0"
|
||||
image: "codeberg.org/karrot/karrot-frontend:v15.1.1"
|
||||
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:v15.0.0"
|
||||
image: "codeberg.org/karrot/karrot-backend:v15.1.1"
|
||||
networks:
|
||||
- internal
|
||||
depends_on:
|
||||
@ -101,12 +101,12 @@ services:
|
||||
start_period: 45s
|
||||
deploy:
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=1.2.0+15.0.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.3.0+15.1.1"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/app/uploads"
|
||||
|
||||
worker:
|
||||
image: "codeberg.org/karrot/karrot-backend:v15.0.0"
|
||||
image: "codeberg.org/karrot/karrot-backend:v15.1.1"
|
||||
depends_on:
|
||||
- app
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user