mirror of
https://github.com/MikroWizard/docker-compose-deployment.git
synced 2025-08-01 08:44:30 +02:00
Test postgres db connection before first init.
This commit is contained in:
parent
d1ccb81b16
commit
73236c342d
3 changed files with 64 additions and 11 deletions
|
@ -31,6 +31,8 @@ COPY server-conf.json /conf/
|
|||
ARG AM_I_IN_A_DOCKER_CONTAINER=Yes
|
||||
COPY init.sh /app/
|
||||
COPY initpy.py /app/
|
||||
COPY testdb.py /app/
|
||||
|
||||
RUN chmod +x /app/init.sh
|
||||
|
||||
# background spooler dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue