Pushed with 0.8.55 versions of Shuffle

This commit is contained in:
frikky
2021-01-21 10:10:58 +01:00
parent ae4cbdadc8
commit d817273e7d
+3 -3
View File
@@ -2,7 +2,7 @@ version: '3'
services:
frontend:
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.53
image: ghcr.io/frikky/shuffle-frontend:0.8.55
container_name: shuffle-frontend
hostname: shuffle-frontend
ports:
@@ -16,8 +16,8 @@ services:
depends_on:
- backend
backend:
build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.54
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.55
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging: