0.8.80 migration

This commit is contained in:
frikky
2021-05-10 19:00:35 +02:00
parent 891dd1696f
commit 2fca3ebd11
11 changed files with 38 additions and 17 deletions
+4 -4
View File
@@ -2,7 +2,7 @@ version: '3'
services:
frontend:
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.76
image: ghcr.io/frikky/shuffle-frontend:0.8.80
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
@@ -17,7 +17,7 @@ services:
- backend
backend:
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.76
image: ghcr.io/frikky/shuffle-backend:0.8.80
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging:
@@ -55,8 +55,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- SHUFFLE_APP_SDK_VERSION=0.8.75
- SHUFFLE_WORKER_VERSION=0.8.75
- SHUFFLE_APP_SDK_VERSION=0.8.80
- SHUFFLE_WORKER_VERSION=0.8.80
- ORG_ID=${ORG_ID}
- ENVIRONMENT_NAME=${ENVIRONMENT_NAME}
- BASE_URL=http://${OUTER_HOSTNAME}:${BACKEND_PORT}