Remove container name property to avoid collisions

This commit is contained in:
jose-rZM
2025-12-20 18:27:04 +01:00
parent e7d01b1130
commit 0e31fb2c16

View File

@@ -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: