Skip to content

Commit

Permalink
Update docker-compose.yaml with lowercase organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom authored Mar 18, 2024
1 parent 6fc08f8 commit 1be13f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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/fairmat-nfdi/nomad-distribution-template: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/fairmat-nfdi/nomad-distribution-template: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/fairmat-nfdi/nomad-distribution-template: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/fairmat-nfdi/nomad-distribution-template:main
container_name: nomad_oasis_logtransfer
environment:
NOMAD_SERVICE: nomad_oasis_logtransfer
Expand Down

0 comments on commit 1be13f1

Please sign in to comment.