Add CLI, with init-db; tweak db container; misc minor tweaks in code for the init-db
Some checks failed
/ test (push) Failing after 31s
Some checks failed
/ test (push) Failing after 31s
This commit is contained in:
parent
a94d27db0c
commit
98d67f0226
11 changed files with 239 additions and 57 deletions
|
@ -2,3 +2,6 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue