mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: database host Stack Auth
This commit is contained in:
parent
0e17a6151c
commit
e137970ff4
@ -3,7 +3,7 @@ main_domain = "${domain}"
|
|||||||
postgres_password = "${password:32}"
|
postgres_password = "${password:32}"
|
||||||
stack_auth_api_url = "${main_domain}"
|
stack_auth_api_url = "${main_domain}"
|
||||||
stack_auth_dashboard_url = "${main_domain}"
|
stack_auth_dashboard_url = "${main_domain}"
|
||||||
stack_auth_postgres_host = "db"
|
stack_auth_postgres_host = "stack-auth-db"
|
||||||
|
|
||||||
[config.env]
|
[config.env]
|
||||||
POSTGRES_USER = "postgres"
|
POSTGRES_USER = "postgres"
|
||||||
|
Loading…
Reference in New Issue
Block a user