Add : docker compose yml

This commit is contained in:
Guillaume-Sanchez
2026-06-29 21:08:33 +02:00
parent 491a24484d
commit 05f895d1ca
+17
View File
@@ -0,0 +1,17 @@
services:
cyberusgate-app:
build: .
container_name: cyberusgate_poc
restart: unless-stopped
ports:
- "8000:8000"
volumes:
- .:/app
environment:
- PYTHONUNBUFFERED=1
networks:
- cyberusgate-network
networks:
cyberusgate-network:
driver: bridge