fix: adding proxy command in compose file #7518
fix: adding proxy command in compose file
This commit is contained in:
commit
1458c758a3
1 changed files with 9 additions and 0 deletions
|
|
@ -216,6 +216,15 @@ services:
|
||||||
# Comment this if you already have a reverse proxy running
|
# Comment this if you already have a reverse proxy running
|
||||||
proxy:
|
proxy:
|
||||||
image: artifacts.plane.so/makeplane/plane-proxy:${APP_RELEASE:-stable}
|
image: artifacts.plane.so/makeplane/plane-proxy:${APP_RELEASE:-stable}
|
||||||
|
command:
|
||||||
|
[
|
||||||
|
"caddy",
|
||||||
|
"run",
|
||||||
|
"--config",
|
||||||
|
"/etc/caddy/Caddyfile",
|
||||||
|
"--adapter",
|
||||||
|
"caddyfile",
|
||||||
|
]
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue