Use updated docker images #10

Merged
nicksellen merged 5 commits from change/use-new-docker-images into main 2024-03-25 18:48:20 +00:00
1 changed files with 3 additions and 4 deletions
Showing only changes of commit 2a472504ea - Show all commits

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
web:
image: "codeberg.org/karrot/karrot-frontend:v14.0.0"
image: "codeberg.org/karrot/karrot-frontend:v14.0.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:v14.0.0"
image: "codeberg.org/karrot/karrot-backend:v14.0.1"
networks:
- internal
depends_on:
@ -107,8 +107,7 @@ services:
- "backupbot.backup.path=/app/uploads"
worker:
#image: "ghcr.io/karrot-dev/karrot-docker-images:13.0.0-backend"
image: "codeberg.org/karrot/karrot-backend:v14.0.0"
image: "codeberg.org/karrot/karrot-backend:v14.0.1"
depends_on:
- app
volumes: