Skip to content

Commit

Permalink
Merge pull request #120 from kbase/dev_jupyterhub
Browse files Browse the repository at this point in the history
missed a few contianer_name
  • Loading branch information
Tianhao-Gu authored Nov 20, 2024
2 parents 1c3b043 + 6fefc25 commit d9c2579
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:

yarn-resourcemanager:
image: ghcr.io/kbase/cdm-prototype-yarn:pr-8
container_name: yarn-resourcemanager
# Images from the ghcr.io/kbase registry are exclusively available for Linux/AMD64 platforms.
platform: linux/amd64
ports:
Expand All @@ -20,6 +21,7 @@ services:

yarn-nodemanager:
image: ghcr.io/kbase/cdm-prototype-yarn:pr-8
container_name: yarn-nodemanager
platform: linux/amd64
ports:
- 8042:8042 # web ui
Expand All @@ -35,6 +37,7 @@ services:
spark-master:
# The latest image from cdm-jupyterhub that includes spark standalone mode
image: ghcr.io/kbase/cdm-jupyterhub:pr-74
container_name: spark-master
platform: linux/amd64
ports:
- "8090:8090"
Expand All @@ -54,6 +57,7 @@ services:
spark-worker-1:
# The latest image from cdm-jupyterhub that includes spark standalone mode
image: ghcr.io/kbase/cdm-jupyterhub:pr-74
container_name: spark-worker-1
platform: linux/amd64
ports:
- "8081:8081"
Expand All @@ -75,6 +79,7 @@ services:
spark-worker-2:
# The latest image from cdm-jupyterhub that includes spark standalone mode
image: ghcr.io/kbase/cdm-jupyterhub:pr-74
container_name: spark-worker-2
platform: linux/amd64
ports:
- "8082:8082"
Expand Down

0 comments on commit d9c2579

Please sign in to comment.