feat: ajouter la configuration des ports pour le service web dans compose.yaml

This commit is contained in:
mirage
2026-04-01 13:26:14 +02:00
parent f5388a31fb
commit 609c2518ec

View File

@@ -2,4 +2,6 @@
webzine.webapplication: webzine.webapplication:
image: webzine.webapplication image: webzine.webapplication
build: build:
context: . context: .
ports:
- "8080:8080"