fix: database host Stack Auth

This commit is contained in:
scanash00 2025-04-05 23:21:43 -08:00
parent 0e17a6151c
commit e137970ff4

View File

@ -3,7 +3,7 @@ main_domain = "${domain}"
postgres_password = "${password:32}"
stack_auth_api_url = "${main_domain}"
stack_auth_dashboard_url = "${main_domain}"
stack_auth_postgres_host = "db"
stack_auth_postgres_host = "stack-auth-db"
[config.env]
POSTGRES_USER = "postgres"