mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: I kinda hate the templating system
This commit is contained in:
parent
b3bb43d4ac
commit
d6015f77f0
@ -8,8 +8,8 @@ secret_key = "${base64:48}"
|
|||||||
|
|
||||||
[config]
|
[config]
|
||||||
env = [
|
env = [
|
||||||
"Domain=${main_domain}",
|
"Domain=${domain}",
|
||||||
"WEB_URL=${main_domain}",
|
"WEB_URL=${Domain}",
|
||||||
"PGHOST=plane-db",
|
"PGHOST=plane-db",
|
||||||
"PGDATABASE=plane",
|
"PGDATABASE=plane",
|
||||||
"POSTGRES_USER=${username}",
|
"POSTGRES_USER=${username}",
|
||||||
@ -40,7 +40,7 @@ env = [
|
|||||||
"DEBUG=0",
|
"DEBUG=0",
|
||||||
"SENTRY_DSN=",
|
"SENTRY_DSN=",
|
||||||
"SENTRY_ENVIRONMENT=production",
|
"SENTRY_ENVIRONMENT=production",
|
||||||
"CORS_ALLOWED_ORIGINS=${main_domain}",
|
"CORS_ALLOWED_ORIGINS=${Domain}",
|
||||||
"GUNICORN_WORKERS=1",
|
"GUNICORN_WORKERS=1",
|
||||||
"USE_MINIO=1",
|
"USE_MINIO=1",
|
||||||
"DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@plane-db/plane",
|
"DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@plane-db/plane",
|
||||||
|
Loading…
Reference in New Issue
Block a user