Files
jupyterhub/examples/postgres/db/Dockerfile
Scott Sanderson b34a6d7f83 DEV: Use docker links to set password environment variable in the hub.
Also, yell at people if they use the default password.
2014-11-02 21:40:58 -05:00

11 lines
325 B
Docker

FROM postgres:9.3
RUN mkdir /docker-entrypoint-initdb.d
# initdb.sh will be run by the parent container's entrypoint on container
# startup, prior to the the database being started.
COPY initdb.sh /docker-entrypoint-initdb.d/init.sh
# Uncomment and replace this with your own password.
# ENV JPY_PSQL_PASSWORD arglebargle