Skip to content

Commit

Permalink
Add jupyter image to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
blueraft committed Dec 10, 2024
1 parent a2dfbda commit 23fdef5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ services:
ports:
- 80:80

# jupyterlab image: (this is only used to pull the image, no service is run for this)
jupyterlab_image:
image: ghcr.io/fairmat-nfdi/nomad-distro-template/jupyter:main
container_name: nomad_jupyter_image
pull_policy: always
entrypoint: ["true"]
deploy:
replicas: 0 # Ensures the service isn't started

volumes:
mongo:
name: "nomad_oasis_mongo"
Expand Down

0 comments on commit 23fdef5

Please sign in to comment.