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: backend:
build: . build: .
container_name: cyberusgate_backend container_name: cyberusgate_backend
volumes:
- ./app:/app
environment:
- PYTHONUNBUFFERED=1
networks: networks:
- cyberusgate-network - cyberusgate-network
@@ -13,7 +9,7 @@ services:
image: nginx:alpine image: nginx:alpine
container_name: cyberusgate_frontend container_name: cyberusgate_frontend
ports: ports:
- "8080:80" - "8888:80"
volumes: volumes:
- ./app:/usr/share/nginx/html:ro - ./app:/usr/share/nginx/html:ro
networks: networks: