Basis slurm cluster in docker

This commit is contained in:
Marcel Nijenhof
2020-05-31 06:58:17 -04:00
commit 5808ac15b0
18 changed files with 231 additions and 0 deletions

21
docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
---
version: '3.7'
services:
submit:
build: submit
hostname: submit
volumes:
- "/dev/log:/dev/log"
- "/var/lib/docker/bindmounts/test/home:/home"
cal01:
build: cal
hostname: cal01
volumes:
- "/dev/log:/dev/log"
- "/var/lib/docker/bindmounts/test/home:/home"
cal02:
build: cal
hostname: cal02
volumes:
- "/dev/log:/dev/log"
- "/var/lib/docker/bindmounts/test/home:/home"