Update compose.yaml

This commit is contained in:
2026-04-01 10:46:24 +02:00
parent a96ac57676
commit b82c828058

View File

@@ -1,6 +1,8 @@
services:
dashboard:
build: ./
ports:
- ${DASHBOARD_PORT:-3000}:3000
environment:
MYSQL_HOST: ${MYSQL_HOST:-mysql}
MYSQL_PORT: ${MYSQL_PORT:-3306}