Initdb: create database schemas, admin role, initial background map
All checks were successful
/ test (push) Successful in 32s

This commit is contained in:
phil 2024-12-20 11:45:44 +01:00
parent e44911db8e
commit 7354b9bab8
6 changed files with 76 additions and 47 deletions

View file

@ -2,6 +2,3 @@ FROM docker.io/postgis/postgis:17-3.5-alpine
ENV POSTGRES_USER gisaf
ENV POSTGRES_PASSWORD secret
# Overwrite standard postgis entrypoint
COPY ./database-container-entrypoint-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh