mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23:01 +00:00
DOC: Add example Dockerfile for running a Postgres backend.
This commit is contained in:
5
examples/postgres_db/Dockerfile
Normal file
5
examples/postgres_db/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM postgres:9.3
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
COPY initdb.sh /docker-entrypoint-initdb.d/init.sh
|
||||
# Set your own password here.
|
||||
ENV JPY_PSQL_PASSWORD arglebargle
|
Reference in New Issue
Block a user