Updated compose file

This commit is contained in:
frikky
2021-05-26 11:40:21 +02:00
parent 878f796dd5
commit cfab53012e
4 changed files with 53 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ version: '3'
services:
frontend:
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.92
image: ghcr.io/frikky/shuffle-frontend:0.8.93
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.92
image: ghcr.io/frikky/shuffle-backend:0.8.93
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
# Here for debugging: