Update to karrot v16.0.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
b60feecd68
commit
909eab8458
10
compose.yml
10
compose.yml
@ -2,7 +2,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: "codeberg.org/karrot/karrot-frontend:v15.2.0"
|
||||
image: "codeberg.org/karrot/karrot-frontend:v16.0.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:v15.2.0"
|
||||
image: "codeberg.org/karrot/karrot-backend:v16.0.0"
|
||||
networks:
|
||||
- internal
|
||||
depends_on:
|
||||
@ -51,6 +51,7 @@ services:
|
||||
- "app_data:/app/uploads/"
|
||||
- "plugins_data:/app/plugins/"
|
||||
environment:
|
||||
- ADMIN_EMAILS
|
||||
- CSRF_TRUSTED_ORIGINS
|
||||
- DATABASE_CONN_MAX_AGE
|
||||
- DATABASE_HOST=db
|
||||
@ -103,12 +104,12 @@ services:
|
||||
start_period: 45s
|
||||
deploy:
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=1.4.0+15.2.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+16.0.0"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/app/uploads"
|
||||
|
||||
worker:
|
||||
image: "codeberg.org/karrot/karrot-backend:v15.2.0"
|
||||
image: "codeberg.org/karrot/karrot-backend:v16.0.0"
|
||||
depends_on:
|
||||
- app
|
||||
networks:
|
||||
@ -123,6 +124,7 @@ services:
|
||||
- "app_data:/app/uploads/"
|
||||
- "plugins_data:/app/plugins/"
|
||||
environment:
|
||||
- ADMIN_EMAILS
|
||||
- DATABASE_CONN_MAX_AGE
|
||||
- DATABASE_HOST=db
|
||||
- DATABASE_NAME=karrot
|
||||
|
Loading…
x
Reference in New Issue
Block a user