mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
fix(plane): add http scheme to WEB_URL
WEB_URL needs a scheme for Plane to generate valid links. Using http:// since Traefik handles SSL termination.
This commit is contained in:
@@ -9,7 +9,7 @@ secret_key = "${base64:48}"
|
||||
[config]
|
||||
env = [
|
||||
"Domain=${domain}",
|
||||
"WEB_URL=${Domain}",
|
||||
"WEB_URL=http://${Domain}",
|
||||
"PGHOST=plane-db",
|
||||
"PGDATABASE=plane",
|
||||
"POSTGRES_USER=${username}",
|
||||
|
||||
Reference in New Issue
Block a user