mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
DEV: Split postgres example into separate db and hub containers.
This commit is contained in:
9
examples/postgres/hub/Dockerfile
Normal file
9
examples/postgres/hub/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM jupyter/jupyterhub
|
||||
|
||||
RUN apt-get install -y libpq-dev \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& pip3 install psycopg2
|
||||
|
||||
# Replace this with your own password
|
||||
ENV JPY_PSQL_PASSWORD arglebargle
|
Reference in New Issue
Block a user