mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: fixed serviceName on the template.toml of stack auth
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[variables]
|
[variables]
|
||||||
main_domain = "${domain}"
|
main_domain = "${domain}"
|
||||||
postgres_password = "${password:32}"
|
postgres_password = "${password:32}"
|
||||||
stack_auth_api_url = "${main_domain}:8102"
|
stack_auth_api_url = "${main_domain}"
|
||||||
stack_auth_dashboard_url = "${main_domain}:8101"
|
stack_auth_dashboard_url = "${main_domain}"
|
||||||
stack_auth_postgres_host = "db"
|
stack_auth_postgres_host = "db"
|
||||||
|
|
||||||
[config.env]
|
[config.env]
|
||||||
@@ -23,13 +23,13 @@ STACK_RUN_MIGRATIONS = true
|
|||||||
STACK_RUN_SEED_SCRIPT = true
|
STACK_RUN_SEED_SCRIPT = true
|
||||||
|
|
||||||
[[config.domains]]
|
[[config.domains]]
|
||||||
serviceName = "stack-auth-api"
|
serviceName = "stack-auth"
|
||||||
port = 8102
|
port = 8102
|
||||||
host = "${stack_auth_api_url}"
|
host = "${stack_auth_api_url}"
|
||||||
path = "/"
|
path = "/"
|
||||||
|
|
||||||
[[config.domains]]
|
[[config.domains]]
|
||||||
serviceName = "stack-auth-dashboard"
|
serviceName = "stack-auth"
|
||||||
port = 8101
|
port = 8101
|
||||||
host = "${stack_auth_dashboard_url}"
|
host = "${stack_auth_dashboard_url}"
|
||||||
path = "/"
|
path = "/"
|
||||||
|
|||||||
Reference in New Issue
Block a user