Made changes for 0.8.75

This commit is contained in:
frikky
2021-04-22 19:57:26 +02:00
parent cd1006ed0f
commit 166787e212
10 changed files with 23 additions and 18 deletions
+5 -5
View File
@@ -2,7 +2,7 @@ version: '3'
services:
frontend:
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.74
image: ghcr.io/frikky/shuffle-frontend:0.8.75
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.74
image: ghcr.io/frikky/shuffle-backend:0.8.75
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging:
@@ -47,7 +47,7 @@ services:
- database
orborus:
#build: ./functions/onprem/orborus
image: ghcr.io/frikky/shuffle-orborus:0.8.73
image: ghcr.io/frikky/shuffle-orborus:0.8.75
container_name: shuffle-orborus
hostname: shuffle-orborus
networks:
@@ -55,8 +55,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- SHUFFLE_APP_SDK_VERSION=0.8.73
- SHUFFLE_WORKER_VERSION=0.8.73
- SHUFFLE_APP_SDK_VERSION=0.8.75
- SHUFFLE_WORKER_VERSION=0.8.75
- ORG_ID=${ORG_ID}
- ENVIRONMENT_NAME=${ENVIRONMENT_NAME}
- BASE_URL=http://${OUTER_HOSTNAME}:${BACKEND_PORT}