Remove container name property to avoid collisions
This commit is contained in:
@@ -5,7 +5,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
image: cafeteria-backend:${BACKEND_TAG}
|
image: cafeteria-backend:${BACKEND_TAG}
|
||||||
container_name: cafeteria-backend
|
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
environment:
|
environment:
|
||||||
@@ -30,7 +29,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
image: cafeteria-frontend:${FRONTEND_TAG}
|
image: cafeteria-frontend:${FRONTEND_TAG}
|
||||||
container_name: cafeteria-frontend
|
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user