Skip to content

Latest commit

 

History

History

cds-hooks.org

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Deploy to demo.syncfor.science

Prepare the remote docker-machine

eval $(docker-machine env demo-host)
docker network create nginx-proxy

Launch the stack

docker-compose \
  -f docker-compose.yml \
  -f deploys/cds-hooks.org/docker-compose.yml \
  up -d