Update blueprints/plane/docker-compose.yml

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Scan
2025-04-05 22:41:16 -08:00
committed by GitHub
parent 75d77725be
commit 4be40767ad

View File

@@ -53,10 +53,6 @@ services:
worker:
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.3}
command: ./bin/docker-entrypoint-worker.sh
deploy:
replicas: ${WORKER_REPLICAS:-1}
restart_policy:
condition: on-failure
volumes:
- logs_worker:/code/plane/logs
depends_on: