Switch to backend-beta image
This commit is contained in:
parent
0e48efc279
commit
9b1a1436c1
@ -33,7 +33,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.3-backend"
|
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.4-backend-beta"
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -100,10 +100,10 @@ services:
|
|||||||
start_period: 45s
|
start_period: 45s
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.1.4+0.1.3"
|
- "coop-cloud.${STACK_NAME}.version=0.1.5+0.1.4"
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.3-backend"
|
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.4-backend-beta"
|
||||||
depends_on:
|
depends_on:
|
||||||
# shiv + geoip data gets loaded on the first run of the app
|
# 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
|
# so to ensure it's available in the worker too, we need to wait
|
||||||
|
Loading…
x
Reference in New Issue
Block a user