Removed hyphens from Docker Compose YAML file

This commit is contained in:
Bole Ma
2024-02-26 20:32:08 +01:00
parent 5dcd3ca647
commit 72b6a2f0cc
3 changed files with 16 additions and 16 deletions

View File

@@ -14,11 +14,11 @@ services:
- var_lib_mysql:/var/lib/mysql
slurmdbd:
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
image: cc-docker:${IMAGE_TAG:-22.05}
build:
context: .
args:
SLURM_TAG: ${SLURM_TAG:-slurm-22-05-2-1}
SLURM_TAG: ${SLURM_TAG:slurm-22-05-2-1}
command: ["slurmdbd"]
container_name: slurmdbd
hostname: slurmdbd
@@ -32,7 +32,7 @@ services:
- mysql
slurmctld:
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
image: cc-docker:${IMAGE_TAG:22.05}
command: ["slurmctld"]
container_name: slurmctld
hostname: slurmctld
@@ -47,7 +47,7 @@ services:
- "slurmdbd"
c1:
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
image: cc-docker:${IMAGE_TAG:22.05}
command: ["slurmd"]
hostname: c1
container_name: c1
@@ -62,7 +62,7 @@ services:
- "slurmctld"
c2:
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
image: cc-docker:${IMAGE_TAG:22.05}
command: ["slurmd"]
hostname: c2
container_name: c2