mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-22 14:25:25 +02:00
fix: change VITE_API_BASE to http:// for traefik.me compatibility
This commit is contained in:
@@ -18,6 +18,6 @@ host = "${backend_domain}"
|
||||
[config.env]
|
||||
POSTGRES_PASSWORD = "${postgres_password}"
|
||||
IMAGE_TAG = "${image_tag}"
|
||||
VITE_API_BASE = "https://${backend_domain}"
|
||||
VITE_API_BASE = "http://${backend_domain}"
|
||||
|
||||
[[config.mounts]]
|
||||
|
||||
Reference in New Issue
Block a user