Add : Front end

This commit is contained in:
Guillaume-Sanchez
2026-06-29 22:09:46 +02:00
parent 137384f93c
commit 05c6f9107d
3 changed files with 18 additions and 6 deletions
+6 -4
View File
@@ -1,6 +1,8 @@
services:
backend:
build: .
build:
context: .
dockerfile: Dockerfile
container_name: cyberusgate_backend
environment:
- PYTHONUNBUFFERED=1
@@ -8,12 +10,12 @@ services:
- cyberusgate-network
frontend:
image: nginx:alpine
build:
context: .
dockerfile: Dockerfile.nginx
container_name: cyberusgate_frontend
ports:
- "8888:80"
volumes:
- ./app:/usr/share/nginx/html:ro
networks:
- cyberusgate-network