diff --git a/compose.yml b/compose.yml index 4d94ec5..4ca96d8 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: web: - image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.2-frontend" + image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.3-frontend" configs: - source: nginx_config target: /etc/nginx/conf.d/default.conf @@ -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.4-backend-beta" + image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.5-backend" networks: - internal depends_on: @@ -100,10 +100,10 @@ services: start_period: 45s deploy: labels: - - "coop-cloud.${STACK_NAME}.version=0.1.5+0.1.4" + - "coop-cloud.${STACK_NAME}.version=0.1.6+0.1.5" worker: - image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.4-backend-beta" + image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.5-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