Ajout de la présentation

This commit is contained in:
Guillaume-Sanchez
2026-06-30 16:16:19 +02:00
parent 61726669a9
commit e2736b8189
13 changed files with 1200 additions and 498 deletions
+10
View File
@@ -9,6 +9,16 @@ services:
- "8888:80"
networks:
- cyberusgate-network
frontend_presentation:
build:
context: .
dockerfile: Dockerfile.presentation
container_name: cyberusgate_presentation
ports:
- "7854:80"
networks:
- cyberusgate-network
networks:
cyberusgate-network: