This commit is contained in:
Para Dox
2025-05-22 00:14:07 +07:00
parent 295135dc8d
commit bbd93c0ffb
12 changed files with 12 additions and 12 deletions

View File

@@ -118,7 +118,6 @@ services:
environment:
- PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword
entrypoint: [postgres]
command:
- -c checkpoint_completion_target=0.9
- -c checkpoint_timeout=1800
@@ -132,6 +131,7 @@ services:
- -c min_wal_size=4GB
- -c random_page_cost=1.1
- -c shared_buffers=2GB
- postgres
networks:
- chains
volumes:

View File

@@ -118,7 +118,6 @@ services:
environment:
- PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword
entrypoint: [postgres]
command:
- -c checkpoint_completion_target=0.9
- -c checkpoint_timeout=1800
@@ -132,6 +131,7 @@ services:
- -c min_wal_size=4GB
- -c random_page_cost=1.1
- -c shared_buffers=2GB
- postgres
networks:
- chains
volumes:

View File

@@ -120,7 +120,6 @@ services:
environment:
- PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword
entrypoint: [postgres]
command:
- -c checkpoint_completion_target=0.9
- -c checkpoint_timeout=1800
@@ -134,6 +133,7 @@ services:
- -c min_wal_size=4GB
- -c random_page_cost=1.1
- -c shared_buffers=2GB
- postgres
networks:
- chains
volumes:

View File

@@ -120,7 +120,6 @@ services:
environment:
- PGPORT=5430
- POSTGRES_PASSWORD=notsecurepassword
entrypoint: [postgres]
command:
- -c checkpoint_completion_target=0.9
- -c checkpoint_timeout=1800
@@ -134,6 +133,7 @@ services:
- -c min_wal_size=4GB
- -c random_page_cost=1.1
- -c shared_buffers=2GB
- postgres
networks:
- chains
volumes: