Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ services:
sto-worker:
image: ${DOCKER_REGISTRY:-itisfoundation}/storage:${DOCKER_IMAGE_TAG:-master-github-latest}
init: true
hostname: "sto-worker-{{.Node.Hostname}}-{{.Task.Slot}}"
hostname: "sto-worker-{{.Node.Hostname}}-{{.Task.ID}}"
environment:
<<: *storage_environment
STORAGE_WORKER_MODE: "true"
Expand All @@ -1256,7 +1256,7 @@ services:
sto-worker-cpu-bound:
image: ${DOCKER_REGISTRY:-itisfoundation}/storage:${DOCKER_IMAGE_TAG:-master-github-latest}
init: true
hostname: "sto-worker-cpu-bound-{{.Node.Hostname}}-{{.Task.Slot}}"
hostname: "sto-worker-cpu-bound-{{.Node.Hostname}}-{{.Task.ID}}"
environment:
<<: *storage_environment
STORAGE_WORKER_MODE: "true"
Expand Down
Loading