Skip to content

Instantly share code, notes, and snippets.

@timilsinabishal
Last active January 22, 2017 14:46
Show Gist options
  • Save timilsinabishal/aa45d8d371dbf143db693275d389077a to your computer and use it in GitHub Desktop.
Save timilsinabishal/aa45d8d371dbf143db693275d389077a to your computer and use it in GitHub Desktop.
#!/bin/sh
#start contactsid_auth
#move to base folder
cd $(dirname $0)
cd ..
(cd contactsid_auth && docker-compose up -d)
(cd hpc_service && docker-compose up -d)
(cd hpc_app && docker-compose up -d)
(cd un-fts-public && docker-compose up -d)
#make sure the dnsdock container is created first
docker start dnsdock
#restart nginx and disable
#sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment