rename to papercrate
This commit is contained in:
+4
-4
@@ -2,16 +2,16 @@ services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
POSTGRES_USER: paperless
|
||||
POSTGRES_PASSWORD: paperless_dev
|
||||
POSTGRES_DB: paperless
|
||||
POSTGRES_USER: papercrate
|
||||
POSTGRES_PASSWORD: papercrate_dev
|
||||
POSTGRES_DB: papercrate
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- ./backend/migrations:/docker-entrypoint-initdb.d
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U paperless"]
|
||||
test: ["CMD-SHELL", "pg_isready -U papercrate"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user