修复启动问题

This commit is contained in:
2026-06-10 13:47:25 +08:00
parent 051d609f3b
commit a34566e6fa
3 changed files with 30 additions and 29 deletions
-1
View File
@@ -23,7 +23,6 @@ services:
APP_HTTP_ADDR: ":8080"
APP_DB_DSN: "postgres://${POSTGRES_USER:-acw}:${POSTGRES_PASSWORD:-acw}@postgres:5432/${POSTGRES_DB:-acw}?sslmode=disable"
APP_MASTER_KEY: "${APP_MASTER_KEY}"
APP_DATA_DIR: "/data"
APP_BOOTSTRAP_ADMIN_EMAIL: "${APP_BOOTSTRAP_ADMIN_EMAIL:-admin@local}"
APP_BOOTSTRAP_ADMIN_PASSWORD: "${APP_BOOTSTRAP_ADMIN_PASSWORD}"
ports: