Add : Front end

This commit is contained in:
Guillaume-Sanchez
2026-06-29 21:52:19 +02:00
parent 532075e46d
commit 2cb3cf15f0
+1 -5
View File
@@ -2,10 +2,6 @@ services:
backend:
build: .
container_name: cyberusgate_backend
volumes:
- ./app:/app
environment:
- PYTHONUNBUFFERED=1
networks:
- cyberusgate-network
@@ -13,7 +9,7 @@ services:
image: nginx:alpine
container_name: cyberusgate_frontend
ports:
- "8080:80"
- "8888:80"
volumes:
- ./app:/usr/share/nginx/html:ro
networks: