Skip to content

Commit

Permalink
tweaks to formio mongo install
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Jan 17, 2020
1 parent e172b32 commit ee58fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/mongodb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "null_resource" "mongodb_formio_first_Time_install" {
}

provisioner "local-exec" {
command = "sleep 60"
command = "sleep 90; docker stop ocwa_formio"
}

provisioner "local-exec" {
Expand Down Expand Up @@ -153,7 +153,7 @@ resource "null_resource" "mongodb_formio_first_Time_install" {
environment = {
SCRIPT_PATH = var.hostRootPath
}
command = "docker restart ocwa_mongodb; sleep 10; docker restart ocwa_formio"
command = "docker restart ocwa_mongodb; sleep 10; docker start ocwa_formio"
}


Expand Down

0 comments on commit ee58fcd

Please sign in to comment.