Skip to content

Commit

Permalink
Moving ports to prevent clashes on this server
Browse files Browse the repository at this point in the history
  • Loading branch information
cintiadr committed Jul 16, 2022
1 parent fed0f0c commit e47ad96
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion files/emr-3-dev/docker-compose.yml
Expand Up @@ -7,7 +7,7 @@ services:
depends_on:
- openmrs
ports:
- "8084:80"
- "8090:80"
healthcheck:
test: exit 0
volumes:
Expand Down
2 changes: 1 addition & 1 deletion files/oclclient-demo/docker-compose.yml
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion files/oclclient-qa/docker-compose.yml
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion files/oclclient-stg/docker-compose.yml
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion files/uat-platform/docker-compose.yml
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
- openmrs-platform-mysql
ports:
- "8081:8080"
- "8084:8080"
environment:
DB_DATABASE: openmrs
DB_HOST: openmrs-platform-mysql
Expand Down

0 comments on commit e47ad96

Please sign in to comment.