Update to Karrot v16.1.0
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
5b3506ff19
commit
ec767e3eea
@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: "codeberg.org/karrot/karrot-frontend:v16.0.0"
|
image: "codeberg.org/karrot/karrot-frontend:v16.1.0"
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
environment:
|
environment:
|
||||||
@ -35,7 +35,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: "codeberg.org/karrot/karrot-backend:v16.0.0"
|
image: "codeberg.org/karrot/karrot-backend:v16.1.0"
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -104,12 +104,12 @@ services:
|
|||||||
start_period: 45s
|
start_period: 45s
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- "coop-cloud.${STACK_NAME}.version=2.0.1+16.0.0"
|
- "coop-cloud.${STACK_NAME}.version=2.1.0+16.1.0"
|
||||||
- "backupbot.backup=true"
|
- "backupbot.backup=true"
|
||||||
- "backupbot.backup.path=/app/uploads"
|
- "backupbot.backup.path=/app/uploads"
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: "codeberg.org/karrot/karrot-backend:v16.0.0"
|
image: "codeberg.org/karrot/karrot-backend:v16.1.0"
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user