Update docker-compose.yml

This commit is contained in:
gru
2026-02-25 00:19:15 +01:00
parent e8c6119def
commit 8f08bf740a

View File

@@ -4,6 +4,11 @@ services:
container_name: lista-zakupow-app
expose:
- "${APP_PORT:-8000}"
# temporary
ports:
- "9291:8000"
healthcheck:
test:
[