Update : Changement en python

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