Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docker compose configuration #698

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apt-get update && apt-get install -y \
bzip2 \
ca-certificates \
curl \
git \
postgresql-client \
&& rm -rf /var/lib/{apt,dpkg,cache,log}
RUN curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | \
Expand Down
2 changes: 1 addition & 1 deletion docker/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"url": "http://web:8000",
# any secret >8 characters, you'll use api_token to
# authenticate api requests to the hub from your service
"oauth_client_id": "quetz_client",
"oauth_client_id": "service-quetz-client",
"oauth_redirect_uri": "http://localhost:8000/auth/jupyterhub/authorize",
"api_token": "super-secret",
}
Expand Down
Loading