Suppretion volume

This commit is contained in:
Guillaume-Sanchez
2026-06-29 21:39:16 +02:00
parent f7e9220c51
commit ffad485c39
2 changed files with 5 additions and 9 deletions
-4
View File
@@ -2,14 +2,10 @@ services:
cyberusgate-app:
build: .
container_name: cyberusgate_poc
restart: unless-stopped
ports:
- "8000:8000"
volumes:
- ./app:/app
environment:
- PYTHONUNBUFFERED=1
- PYTHONPATH=/app
networks:
- cyberusgate-network