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:44:47 -08:00 committed by GitHub
parent 5abff0c8f6
commit 55cc6ca8d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,10 +90,6 @@ services:
plane-db:
image: postgres:17-alpine
command: postgres -c 'max_connections=1000'
deploy:
replicas: 1
restart_policy:
condition: on-failure
volumes:
- pgdata:/var/lib/postgresql/data
env_file: