Skip to content

Commit

Permalink
Update YARN containers
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Jul 27, 2024
1 parent d6bbff6 commit 9c85014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'
services:

yarn-resourcemanager:
image: ghcr.io/kbase/cdm-prototype-yarn:pr-6
image: ghcr.io/kbase/cdm-prototype-yarn:pr-7
container_name: yarn-resourcemanager
ports:
- 8088:8088 # web ui
Expand All @@ -16,7 +16,7 @@ services:
- MINIO_SECRET_KEY=yarnpass

yarn-nodemanager:
image: ghcr.io/kbase/cdm-prototype-yarn:pr-6
image: ghcr.io/kbase/cdm-prototype-yarn:pr-7
container_name: yarn-nodemanager
ports:
- 8042:8042 # web ui
Expand Down

0 comments on commit 9c85014

Please sign in to comment.