mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
docker-compose.yml: Add PostGIS envvar to create database on initial setup.
This commit is contained in:
parent
397fce7647
commit
3822265785
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