Cleaned up docker-compose.. again :)

This commit is contained in:
frikky
2020-08-16 09:34:42 +02:00
parent e3d75ede65
commit 0dbf7e4573
+1 -1
View File
@@ -16,7 +16,7 @@ services:
depends_on: depends_on:
- backend - backend
backend: backend:
build: ./backend #build: ./backend
image: frikky/shuffle:backend image: frikky/shuffle:backend
container_name: shuffle-backend container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME} hostname: ${BACKEND_HOSTNAME}