diff options
author | Rob Daugherty <rd472p@att.com> | 2017-10-19 17:33:57 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-10-19 17:35:12 -0400 |
commit | 315516d8f6bb85f90807d3cfb3c34a4065fad735 (patch) | |
tree | 7444a4ba9365832af36d6cf04a3931d1451ae753 /docker-compose.yml | |
parent | 9478337e67f457cfeb58a01cca4b1e08efb9b3b2 (diff) |
Revert "Enforce container boot order"
The integration has said they will not accept this
change at this time because it would require them
to upgrade their version of docker-compose.
This reverts commit 9872c1abfb4326c85e4f8175b4bd2a23f2e1c9f0.
Issue: SO-208
Change-Id: I4000c1f7fbe5acba6a3fb55ef54e672df447b5f2
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 7cf32df..65da92f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: '2.1' +version: '2' networks: default: driver: bridge @@ -21,10 +21,6 @@ services: options: max-size: "30m" max-file: "5" - healthcheck: - test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] - timeout: 20s - retries: 10 mso: image: openecomp/mso ports: @@ -39,8 +35,7 @@ services: hostname: mso.mso.testlab.openecomp.org depends_on: - mariadb: - condition: service_healthy + - mariadb logging: driver: "json-file" options: |