fix: no ports for Traefik

This commit is contained in:
Julien Calixte
2026-03-23 19:01:08 +01:00
parent 8e137ace86
commit 6ed22fbd8f
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
services:
app:
ports:
- "8000:8000"

View File

@@ -1,8 +1,6 @@
services: services:
app: app:
build: . build: .
ports:
- "8000:8000"
environment: environment:
- MAX_UPLOAD_SIZE_MB=500 - MAX_UPLOAD_SIZE_MB=500
volumes: volumes: