Refonte total

This commit is contained in:
Guillaume-Sanchez
2026-06-29 23:12:26 +02:00
parent 9036f6228d
commit 47dd7f4c4d
17 changed files with 1156 additions and 255 deletions
+1 -12
View File
@@ -1,20 +1,9 @@
services:
backend:
build:
context: .
dockerfile: Dockerfile
container_name: cyberusgate_backend
ports:
- "8000:8000"
environment:
- PYTHONUNBUFFERED=1
networks:
- cyberusgate-network
frontend:
build:
context: .
dockerfile: Dockerfile.nginx
dockerfile: Dockerfile
container_name: cyberusgate_frontend
ports:
- "8888:80"