Update : Changement en nginx

This commit is contained in:
Guillaume-Sanchez
2026-06-29 21:15:34 +02:00
parent 05f895d1ca
commit 7209779a2c
2 changed files with 9 additions and 26 deletions
+4 -6
View File
@@ -1,14 +1,12 @@
services:
cyberusgate-app:
cyberusgate-web:
build: .
container_name: cyberusgate_poc
container_name: cyberusgate_web
restart: unless-stopped
ports:
- "8000:8000"
- "8080:80"
volumes:
- .:/app
environment:
- PYTHONUNBUFFERED=1
- .:/usr/share/nginx/html:ro
networks:
- cyberusgate-network