Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 710 Bytes

File metadata and controls

13 lines (10 loc) · 710 Bytes

Haddock3 web app with containerized Slurm cluster

To test against a local container with Slurm and haddock3. Transfers job input and output files to the Slurm container using sftp.

# Must be in root of repo
# cd ../..
docker compose -f deploy/remoteslurm/docker-compose.yml -f deploy/containerslurm/docker-compose.yml pull
docker compose -f deploy/remoteslurm/docker-compose.yml -f deploy/containerslurm/docker-compose.yml build slurm
docker compose -f deploy/remoteslurm/docker-compose.yml -f deploy/containerslurm/docker-compose.yml up

The haddock3 webapp should be running on http://localhost:8080