File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 22# This script builds and starts all Docker container for running the Mapswipe ecosystem.
33# It is run either manually or by an Ansible Playbook after a successful Travis build.
44
5- # docker-compose build --no-cache postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
6- docker-compose build --no-cache postgres mapswipe_workers manager_dashboard nginx api
5+ docker-compose build --no-cache postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
76if [[ $? = 0 ]]; then
87 echo " success"
98else
109 echo " failure: $? "
1110 exit
1211fi
1312
14- # docker-compose up -d --force-recreate postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
15- docker-compose up -d --force-recreate postgres mapswipe_workers manager_dashboard nginx api
13+ docker-compose up -d --force-recreate postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
1614if [[ $? = 0 ]]; then
1715 echo " success"
1816else
You can’t perform that action at this time.
0 commit comments