Build 060.30: finalize Market Data Acquisition documentation
This commit is contained in:
9
infra/docker/postgres/Dockerfile
Normal file
9
infra/docker/postgres/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM postgres:16.14-alpine@sha256:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777
|
||||
|
||||
COPY --chmod=0555 \
|
||||
infra/docker/postgres/init-application-role.sh \
|
||||
/docker-entrypoint-initdb.d/20-init-application-role.sh
|
||||
|
||||
COPY --chmod=0555 \
|
||||
infra/docker/postgres/healthcheck-application-role.sh \
|
||||
/usr/local/bin/dzentra-postgres-healthcheck
|
||||
Reference in New Issue
Block a user