[INFRA-219] fix: update Dockerfile and docker-compose for proxy service (#7523)

* fix: update Dockerfile and docker-compose for version v0.28.0 and improve curl commands in install script

* fix: update docker-compose to use 'stable' tag for all services

* fix: improve curl command options in install script for better reliability
This commit is contained in:
Akshat Jain 2025-07-31 13:27:34 +05:30 committed by GitHub
parent ee53ee33d0
commit cc49a2ca4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 15 deletions

View file

@ -216,15 +216,6 @@ 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: