modify compose dev port

This commit is contained in:
2026-06-21 20:49:24 +02:00
parent 0cb94d85ec
commit 6b67b8e0f8
+2 -2
View File
@@ -20,9 +20,9 @@ services:
build: .
image: home-automation:dev
container_name: home-automation-app-dev
# Publish on 8001 for dev. `!override` REPLACES the base ports list instead of
# Publish on 8002 for dev. `!override` REPLACES the base ports list instead of
# appending to it, so the dev stack does NOT also bind the production 8881.
ports: !override
- "127.0.0.1:8001:8000"
- "127.0.0.1:8002:8000"
environment:
APP_DATABASE_URL: "sqlite:////app/data/app.db"