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
commit 1458c758a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: