Skip to content

Commit

Permalink
Reinitialized repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed Mar 6, 2024
1 parent 3ff3b66 commit 835b248
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ customize it through [adding plugins](#adding-a-plugin).
> packages and after that set this package public.
> You can read more about this in the GitHub docs [here](https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility).
> [!TIP]
> In order for you others to find and learn from your distribution we in FAIRmat would
> greatly appreciate it if you would add the topic `nomad-distribution` by clicking the
> ⚙️ next to "About" on the main GitHub page for this repository.
## Deploying the image

To deploy this NOMAD Oasis image you should follow the instructions on
Expand Down
Binary file modified nomad-oasis_files/nomad-oasis.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions nomad-oasis_files/nomad-oasis/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
# nomad worker (processing)
worker:
restart: unless-stopped
image: ghcr.io/FAIRmat-NFDI/nomad-distribution-template:main
image: ghcr.io/Automate-Solar/nomad-distribution:main
container_name: nomad_oasis_worker
environment:
NOMAD_SERVICE: nomad_oasis_worker
Expand All @@ -93,7 +93,7 @@ services:
# nomad app (api + proxy)
app:
restart: unless-stopped
image: ghcr.io/FAIRmat-NFDI/nomad-distribution-template:main
image: ghcr.io/Automate-Solar/nomad-distribution:main
container_name: nomad_oasis_app
environment:
NOMAD_SERVICE: nomad_oasis_app
Expand Down Expand Up @@ -132,7 +132,7 @@ services:
# nomad remote tools hub (JupyterHUB, e.g. for AI Toolkit)
north:
restart: unless-stopped
image: ghcr.io/FAIRmat-NFDI/nomad-distribution-template:main
image: ghcr.io/Automate-Solar/nomad-distribution:main
container_name: nomad_oasis_north
environment:
NOMAD_SERVICE: nomad_oasis_north
Expand Down Expand Up @@ -167,7 +167,7 @@ services:
# to enable the logtransfer service run "docker compose --profile with_logtransfer up"
logtransfer:
restart: unless-stopped
image: ghcr.io/FAIRmat-NFDI/nomad-distribution-template:main
image: ghcr.io/Automate-Solar/nomad-distribution:main
container_name: nomad_oasis_logtransfer
environment:
NOMAD_SERVICE: nomad_oasis_logtransfer
Expand Down

0 comments on commit 835b248

Please sign in to comment.