File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
# This script builds and starts all Docker container for running the Mapswipe ecosystem.
3
3
# It is run either manually or by an Ansible Playbook after a successful Travis build.
4
4
5
- docker- compose build --no-cache postgres firebase_deploy mapswipe_workers_creation mapswipe_workers_firebase_to_postgres mapswipe_workers_stats manager_dashboard nginx api
5
+ docker compose build --no-cache postgres firebase_deploy mapswipe_workers_creation mapswipe_workers_firebase_to_postgres mapswipe_workers_stats manager_dashboard nginx api
6
6
if [[ $? = 0 ]]; then
7
7
echo " success"
8
8
else
9
9
echo " failure: $? "
10
10
exit
11
11
fi
12
12
13
- docker- compose up -d --force-recreate postgres firebase_deploy mapswipe_workers_creation mapswipe_workers_firebase_to_postgres mapswipe_workers_stats manager_dashboard nginx api
13
+ docker compose up -d --force-recreate postgres firebase_deploy mapswipe_workers_creation mapswipe_workers_firebase_to_postgres mapswipe_workers_stats manager_dashboard nginx api
14
14
if [[ $? = 0 ]]; then
15
15
echo " success"
16
16
else
You can’t perform that action at this time.
0 commit comments