fix: adding proxy command in compose file #7518

fix: adding proxy command in compose file
This commit is contained in:
sriram veeraghanta
2025-07-30 21:01:34 +05:30
committed by GitHub

View File

@@ -216,6 +216,15 @@ services:
# Comment this if you already have a reverse proxy running
proxy:
image: artifacts.plane.so/makeplane/plane-proxy:${APP_RELEASE:-stable}
command:
[
"caddy",
"run",
"--config",
"/etc/caddy/Caddyfile",
"--adapter",
"caddyfile",
]
deploy:
replicas: 1
restart_policy: