Skip to content

Commit

Permalink
Updates (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko authored Mar 29, 2022
1 parent da2e70f commit 7bdd672
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 226 deletions.
23 changes: 23 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,29 @@ services:
retries: 3
networks:
- hie

omang-api:
image: ghcr.io/b-techbw/omangsvc:latest
hostname: omang-api
container_name: omang-api
restart: unless-stopped
volumes:
- ./configs/omang/appsettings.json:/app/appsettings.json
networks:
- hie

oracle-db:
hostname: oracle-db
container_name: oracle-db
image: wnameless/oracle-xe-11g-r2:latest
environment:
- ORACLE_ALLOW_REMOTE=true
ports:
- 1521:1521
volumes:
- ./configs/omang/db:/docker-entrypoint-initdb.d
networks:
- hie
volumes:
es:
driver: local
Expand Down
223 changes: 0 additions & 223 deletions docker-compose.ocl.yml

This file was deleted.

6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
shr:
container_name: shr
hostname: shr
image: ghcr.io/i-tech-uw/shared-health-record:${SHR_VERSION}
image: ghcr.io/i-tech-uw/shared-health-record:${SHR_VERSION-latest}
restart: unless-stopped
environment:
- NODE_ENV=docker
Expand Down Expand Up @@ -228,7 +228,7 @@ services:
container_name: fhir-converter
hostname: fhir-converter
restart: unless-stopped
image: ghcr.io/b-techbw/openhim-mediator-fhir-converter:${FHIR_CONVERTER_VERSION}
image: ghcr.io/b-techbw/openhim-mediator-fhir-converter:${FHIR_CONVERTER_VERSION-latest}
volumes:
- ./configs/fhir-converter/config_port.json:/app/config.json
- /app/src/service-templates
Expand Down Expand Up @@ -290,7 +290,7 @@ services:
oracle-db:
hostname: oracle-db
container_name: oracle-db
image: wnameless/oracle-xe-11g-r2
image: wnameless/oracle-xe-11g-r2:latest
environment:
- ORACLE_ALLOW_REMOTE=true
ports:
Expand Down

0 comments on commit 7bdd672

Please sign in to comment.