Skip to content

Commit

Permalink
Update Shuffle modules to version 0.8.0 (#1678)
Browse files Browse the repository at this point in the history
Proposal to apply last publicly available update related Shuffle environment to 0.8.0 released yesterday.
  • Loading branch information
vxsh4d0w authored Nov 22, 2020
1 parent 4db6652 commit f8ca109
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:

#READY FOR AUTOMATION ?
frontend:
image: frikky/shuffle:frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.0
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
Expand All @@ -127,7 +127,7 @@ services:
depends_on:
- backend
backend:
image: frikky/shuffle:backend
image: ghcr.io/frikky/shuffle-backend:0.8.0
container_name: shuffle-backend
hostname: shuffle-backend
ports:
Expand All @@ -149,14 +149,14 @@ services:
depends_on:
- database
orborus:
image: frikky/shuffle:orborus
image: ghcr.io/frikky/shuffle-orborus:0.8.0
container_name: shuffle-orborus
hostname: shuffle-orborus
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- SHUFFLE_APP_SDK_VERSION=0.6.0
- SHUFFLE_WORKER_VERSION=0.6.0
- SHUFFLE_APP_SDK_VERSION=0.8.0
- SHUFFLE_WORKER_VERSION=0.8.0
- ORG_ID=Shuffle
- ENVIRONMENT_NAME=Shuffle
- BASE_URL=http://shuffle-backend:5001
Expand Down

0 comments on commit f8ca109

Please sign in to comment.