Skip to content

Commit

Permalink
Update Shuffle content
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bloume committed Jul 15, 2023
1 parent 8b33dbe commit df346c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Shuffle/Administration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
- node.name=shuffle-opensearch
- discovery.seed_hosts=shuffle-opensearch
- cluster.initial_master_nodes=shuffle-opensearch
# - node.store.allow_mmap=false
- node.store.allow_mmap=false
ulimits:
memlock:
soft: -1
Expand Down Expand Up @@ -151,9 +151,9 @@ SHUFFLE_PASS_APP_PROXY=FALSE
TZ=Europe/Amsterdam # Timezone-handler in Orborus, Worker and Apps
ORBORUS_CONTAINER_NAME= # Used to FIND the containername. cgroup v2: issue 501
SHUFFLE_BASE_IMAGE_NAME=frikky
SHUFFLE_BASE_IMAGE_NAME=shuffle
SHUFFLE_BASE_IMAGE_REGISTRY=ghcr.io
SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-1.0.0"
SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-1.1.0"
# Used for auto-cleanup of containers. REALLY important at scale.
SHUFFLE_CONTAINER_AUTO_CLEANUP=true
Expand Down Expand Up @@ -270,9 +270,9 @@ SHUFFLE_PASS_APP_PROXY=FALSE
TZ=Europe/Amsterdam # Timezone-handler in Orborus, Worker and Apps
ORBORUS_CONTAINER_NAME= # Used to FIND the containername. cgroup v2: issue 501

SHUFFLE_BASE_IMAGE_NAME=frikky
SHUFFLE_BASE_IMAGE_NAME=shuffle
SHUFFLE_BASE_IMAGE_REGISTRY=ghcr.io
SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-1.0.0"
SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-1.1.0"

# Used for auto-cleanup of containers. REALLY important at scale.
SHUFFLE_CONTAINER_AUTO_CLEANUP=true
Expand Down

0 comments on commit df346c3

Please sign in to comment.