mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
server is striped
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user