Skip to content

Commit

Permalink
chore: dc update
Browse files Browse the repository at this point in the history
  • Loading branch information
joundso committed Jul 20, 2021
1 parent df39ddd commit 083822e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ services:
hostname: docker-hapi

## Some demo-files:
loader:
image: joundso/alpine-bash-curl-ssl:latest
command: >
bash /data/run.sh
volumes:
- ./post_demo_data.sh:/data/run.sh:ro
depends_on:
- fhir
# loader:
# image: joundso/alpine-bash-curl-ssl:latest
# command: >
# bash /data/run.sh
# volumes:
# - ./post_demo_data.sh:/data/run.sh:ro
# depends_on:
# - fhir

## And then the actual patient browser:
patient-browser:
Expand All @@ -32,5 +32,5 @@ services:
- "${PORT_PB_HTTP}:80" # nginx non-ssl
- "${PORT_PB_HTTPS}:443" # nginx SSL
hostname: docker-patientbrowser
depends_on:
- loader
# depends_on:
# - loader

0 comments on commit 083822e

Please sign in to comment.