From 23fdef555bfbb4436e86268ae3f1d1b3c32c5de3 Mon Sep 17 00:00:00 2001 From: Ahmed Ilyas Date: Tue, 10 Dec 2024 17:11:13 +0100 Subject: [PATCH] Add jupyter image to docker compose --- docker-compose.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index f9c2726..96a1e0f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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"