Compare commits
5 Commits
2.0.0+16.0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
8b1aa49240
|
|||
|
047d27a969
|
|||
|
81dd82ba86
|
|||
|
ec767e3eea
|
|||
|
5b3506ff19
|
10
compose.yml
10
compose.yml
@ -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:
|
||||
@ -97,19 +97,19 @@ services:
|
||||
- MIGRATE=yes
|
||||
command: server
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/api/config/"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/api/settings/"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
start_period: 45s
|
||||
deploy:
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+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:
|
||||
|
||||
Reference in New Issue
Block a user