Skip to content

Commit

Permalink
Adds dependencies and zeroDowntime
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Dec 8, 2017
1 parent 1d0b5b0 commit b181bec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion db/wedeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"volume": "/var/lib/mysql",
"env": {
"MYSQL_ROOT_PASSWORD": "passw0rd"
}
},
"zeroDowntime": true
}
3 changes: 2 additions & 1 deletion dbadmin/wedeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"image": "phpmyadmin/phpmyadmin",
"env": {
"PMA_HOST": "db"
}
},
"dependencies": ["db"]
}
3 changes: 2 additions & 1 deletion wp/wedeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"WORDPRESS_DB_USER": "root",
"WORDPRESS_DB_PASSWORD": "passw0rd",
"WORDPRESS_DB_NAME": "wordpress"
}
},
"dependencies": ["db"]
}

0 comments on commit b181bec

Please sign in to comment.