|
@@ -8,6 +8,7 @@ services:
|
|
|
POSTGRES_PASSWORD: postgres
|
|
POSTGRES_PASSWORD: postgres
|
|
|
volumes:
|
|
volumes:
|
|
|
- postgres_data:/var/lib/postgresql/data
|
|
- postgres_data:/var/lib/postgresql/data
|
|
|
|
|
+ - ./postgres-init.sql:/docker-entrypoint-initdb.d/init.sql
|
|
|
ports:
|
|
ports:
|
|
|
- "5432:5432"
|
|
- "5432:5432"
|
|
|
healthcheck:
|
|
healthcheck:
|