server is striped

This commit is contained in:
Alex Tran
2026-02-06 22:00:56 +00:00
parent 5ccf4a596c
commit a6ba86b04d
823 changed files with 12705 additions and 153814 deletions
+2 -5
View File
@@ -10,9 +10,9 @@ services:
POSTGRES_DB: ${DB_DATABASE_NAME:-app}
POSTGRES_INITDB_ARGS: '--data-checksums'
volumes:
- pgdata:/var/lib/postgresql/data
- ./dev-data/postgres:/var/lib/postgresql/data
ports:
- '5432:5432'
- '5435:5432'
shm_size: 128mb
restart: always
healthcheck:
@@ -32,6 +32,3 @@ services:
timeout: 5s
retries: 5
restart: always
volumes:
pgdata: