Skip to content
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
24 changes: 12 additions & 12 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ services:
# nomad worker (processing)
worker:
restart: unless-stopped
image: ghcr.io/fairmat-nfdi/nomad-distro-template:main
image: ghcr.io/fairmat-nfdi/nomad-distro-template:pr-278
platform: linux/amd64
environment:
NOMAD_SERVICE: nomad_oasis_worker
Expand Down Expand Up @@ -257,7 +257,7 @@ services:
# nomad app (api + proxy)
app:
restart: unless-stopped
image: ghcr.io/fairmat-nfdi/nomad-distro-template:main
image: ghcr.io/fairmat-nfdi/nomad-distro-template:pr-278
platform: linux/amd64
container_name: nomad_oasis_app
environment:
Expand Down Expand Up @@ -297,7 +297,7 @@ services:
# nomad remote tools hub (JupyterHUB)
north:
restart: unless-stopped
image: ghcr.io/fairmat-nfdi/nomad-north:main
image: ghcr.io/fairmat-nfdi/nomad-north:pr-6
platform: linux/amd64
container_name: nomad_oasis_north
environment:
Expand Down Expand Up @@ -331,7 +331,7 @@ services:
# to enable the logtransfer service run "docker compose --profile with_logtransfer up"
logtransfer:
restart: unless-stopped
image: ghcr.io/fairmat-nfdi/nomad-distro-template:main
image: ghcr.io/fairmat-nfdi/nomad-distro-template:pr-278
platform: linux/amd64
container_name: nomad_oasis_logtransfer
environment:
Expand Down Expand Up @@ -378,14 +378,14 @@ services:
- 443:443

# 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
platform: linux/amd64
container_name: nomad_jupyter_image
pull_policy: always
entrypoint: ["true"]
deploy:
replicas: 0 # Ensures the service isn't started
# jupyterlab_image:
# image: ghcr.io/fairmat-nfdi/nomad-distro-template/jupyter:main
# platform: linux/amd64
# container_name: nomad_jupyter_image
# pull_policy: always
# entrypoint: ["true"]
# deploy:
# replicas: 0 # Ensures the service isn't started

volumes:
mongo:
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ repository = "https://github.com/FAIRmat-NFDI/nomad-distro-template"
# Add your plugins to the list below.
plugins = [
"nomad-north-jupyter>=0.2.6",
"nomad-north-apmtools==0.1.4",
"nomad-north-fiji==0.1.4",
"nomad-north-jupyter==0.2.6",
"nomad-north-nionswift==0.1.4",
"nomad-north-vesta==0.1.5",
"nomad-north-voila==0.1.15"
]

jupyter = ["jupyter-events"]
gpu-action = []
cpu-action = []
Expand Down
Loading