diff --git a/files/emr-3-dev/docker-compose.yml b/files/emr-3-dev/docker-compose.yml index c593234..a02e85f 100644 --- a/files/emr-3-dev/docker-compose.yml +++ b/files/emr-3-dev/docker-compose.yml @@ -7,7 +7,7 @@ services: depends_on: - openmrs ports: - - "8084:80" + - "8090:80" healthcheck: test: exit 0 volumes: diff --git a/files/oclclient-demo/docker-compose.yml b/files/oclclient-demo/docker-compose.yml index 7d3621c..f3852be 100644 --- a/files/oclclient-demo/docker-compose.yml +++ b/files/oclclient-demo/docker-compose.yml @@ -9,7 +9,7 @@ services: - OCL_SIGNUP_URL=${OCL_SIGNUP_URL:-https://app.demo.openconceptlab.org/#/accounts/signup} - ENVIRONMENT=${ENVIRONMENT:-demo} ports: - - 8081:80 + - 8097:80 restart: always healthcheck: test: ["CMD", "curl", "-sSf", "localhost"] diff --git a/files/oclclient-qa/docker-compose.yml b/files/oclclient-qa/docker-compose.yml index 6c73ff9..6c4c45a 100644 --- a/files/oclclient-qa/docker-compose.yml +++ b/files/oclclient-qa/docker-compose.yml @@ -10,7 +10,7 @@ services: - OCL_GA_TOKENS=${OCL_GA_TOKENS} - ENVIRONMENT=${ENVIRONMENT:-qa} ports: - - 8084:80 + - 8096:80 restart: always healthcheck: test: ["CMD", "curl", "-sSf", "localhost"] diff --git a/files/oclclient-stg/docker-compose.yml b/files/oclclient-stg/docker-compose.yml index cbc53b5..5f6c599 100644 --- a/files/oclclient-stg/docker-compose.yml +++ b/files/oclclient-stg/docker-compose.yml @@ -10,7 +10,7 @@ services: - OCL_GA_TOKENS=${OCL_GA_TOKENS} - ENVIRONMENT=${ENVIRONMENT:-stg} ports: - - 8085:80 + - 8095:80 restart: always healthcheck: test: ["CMD", "curl", "-sSf", "localhost"] diff --git a/files/uat-platform/docker-compose.yml b/files/uat-platform/docker-compose.yml index cc66bd5..793741b 100644 --- a/files/uat-platform/docker-compose.yml +++ b/files/uat-platform/docker-compose.yml @@ -22,7 +22,7 @@ services: depends_on: - openmrs-platform-mysql ports: - - "8081:8080" + - "8084:8080" environment: DB_DATABASE: openmrs DB_HOST: openmrs-platform-mysql