mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 12:18:24 -05:00
docker-compose.yml: Add PostGIS envvar to create database on initial setup.
This commit is contained in:
@@ -29,6 +29,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_DB: dawarich_development
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: [ "CMD-SHELL", "pg_isready -U postgres -d dawarich_development" ]
|
||||
|
||||
Reference in New Issue
Block a user