Yet more generic. More docs

This commit is contained in:
Dan Milne
2025-02-19 19:16:03 +11:00
parent ce9b79f612
commit 378edd8f8b
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ services:
image: postgres:17
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_MULTIPLE_DATABASES: solid_cache, solid_queue
POSTGRES_MULTIPLE_DATABASES: database1, database2
ports:
- "${HOST_IP}:5432:5432"
volumes: