Skip to content

Commit

Permalink
Merge pull request #1 from I-TECH-UW/pmanko-initial-deployment
Browse files Browse the repository at this point in the history
Added reverse proxy and fixed default setup
  • Loading branch information
pmanko authored Dec 6, 2024
2 parents de5b437 + 84ad25c commit 26df70c
Show file tree
Hide file tree
Showing 27 changed files with 383 additions and 598 deletions.
8 changes: 8 additions & 0 deletions .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ OPENHIM_MONGO_ATNAURL=mongodb://mongo-1:27017/openhim

# iSantePlus and MySQL
MYSQL_ROOT_PASSWORD=change_for_prod!
MYSQL_USE_LOCAL=false
OMRS_CONFIG_CONNECTION_USERNAME_1=openmrs
OMRS_CONFIG_CONNECTION_PASSWORD_1=change_for_prod!
OMRS_CONFIG_CONNECTION_URL_1=jdbc:mysql://mysql:3306/openmrs?autoReconnect=true

# Reverse Proxy
DOMAIN_NAME=localhost
SUBDOMAINS=
STAGING=true
INSECURE=true
INSECURE_PORTS=5001:5001-80:80-8080:8080-5601:5601-5488:5488-3000:3000-9200:9200-8089:8089-9001:9001-3033:3033-50000:50000
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./get-cli.sh linux latest

- name: Boot up HIE
run: ./instant project init --env-file .env.hie
run: ./instant project init --env-file .env.local

- name: Display container status
run: docker service ls
Expand Down
50 changes: 0 additions & 50 deletions __unused__/identity-access-manager-keycloak/config/grafana.json

This file was deleted.

49 changes: 0 additions & 49 deletions __unused__/identity-access-manager-keycloak/config/jempi.json

This file was deleted.

50 changes: 0 additions & 50 deletions __unused__/identity-access-manager-keycloak/config/openhim.json

This file was deleted.

23 changes: 0 additions & 23 deletions __unused__/identity-access-manager-keycloak/config/realm.json

This file was deleted.

46 changes: 0 additions & 46 deletions __unused__/identity-access-manager-keycloak/config/superset.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 26df70c

Please sign in to comment.