diff --git a/README.md b/README.md index 8c74c69..4723cad 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/nomad-oasis_files/nomad-oasis.zip b/nomad-oasis_files/nomad-oasis.zip index dd2c466..80c982e 100644 Binary files a/nomad-oasis_files/nomad-oasis.zip and b/nomad-oasis_files/nomad-oasis.zip differ diff --git a/nomad-oasis_files/nomad-oasis/docker-compose.yaml b/nomad-oasis_files/nomad-oasis/docker-compose.yaml index 13f6179..850c4b3 100644 --- a/nomad-oasis_files/nomad-oasis/docker-compose.yaml +++ b/nomad-oasis_files/nomad-oasis/docker-compose.yaml @@ -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 @@ -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 @@ -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 @@ -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