mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-08-29 05:42:59 +02:00
Modified makefile rules
This commit is contained in:
@@ -14,11 +14,11 @@ services:
|
||||
- var_lib_mysql:/var/lib/mysql
|
||||
|
||||
slurmdbd:
|
||||
image: slurm-docker-cluster:${IMAGE_TAG:-21.08}
|
||||
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
SLURM_TAG: ${SLURM_TAG:-slurm-21-08-6-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:-21.08}
|
||||
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
|
||||
command: ["slurmctld"]
|
||||
container_name: slurmctld
|
||||
hostname: slurmctld
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
- "slurmdbd"
|
||||
|
||||
c1:
|
||||
image: slurm-docker-cluster:${IMAGE_TAG:-21.08}
|
||||
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
|
||||
command: ["slurmd"]
|
||||
hostname: c1
|
||||
container_name: c1
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
- "slurmctld"
|
||||
|
||||
c2:
|
||||
image: slurm-docker-cluster:${IMAGE_TAG:-21.08}
|
||||
image: slurm-docker-cluster:${IMAGE_TAG:-22.05}
|
||||
command: ["slurmd"]
|
||||
hostname: c2
|
||||
container_name: c2
|
||||
|
Reference in New Issue
Block a user