Merge branch 'main' of ssh://git.coopcloud.tech:2222/coop-cloud/karrot

This commit is contained in:
knoflook 2023-10-19 15:43:27 +02:00
commit df23e73573
1 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.1-backend"
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.2-backend"
networks:
- internal
depends_on:
@ -63,7 +63,7 @@ services:
- SMTP_USER
- SMTP_PASSWORD_FILE=/run/secrets/smtp_password
- SMTP_HOST
- SMTP_USE_SLL
- SMTP_USE_SSL
- SMTP_USE_TLS
- SMTP_PORT
- SITE_URL
@ -88,10 +88,10 @@ services:
start_period: 45s
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=0.1.1+0.1.1"
- "coop-cloud.${STACK_NAME}.version=0.1.2+0.1.2"
worker:
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.1-backend"
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.2-backend"
depends_on:
# shiv + geoip data gets loaded on the first run of the app
# so to ensure it's available in the worker too, we need to wait
@ -114,7 +114,7 @@ services:
- SITE_URL
- SMTP_USER
- SMTP_HOST
- SMTP_USE_SLL
- SMTP_USE_SSL
- SMTP_USE_TLS
- SMTP_PORT
- SMTP_PASSWORD_FILE=/run/secrets/smtp_password