mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Merge pull request #1183 from jivanpal/create-missing-database
docker-compose.yml: Add PostGIS envvar to create database on initial setup.
This commit is contained in:
commit
e4c5e9d7ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue