Skip to content

Commit

Permalink
OZ-482: Allow overriding of config and routes paths for eip-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Mar 22, 2024
1 parent c7a647f commit 2f6d34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
- OPENMRS_USER=${OPENMRS_USER}
- OPENMRS_PASSWORD=${OPENMRS_PASSWORD}
volumes:
- "./eip/config:/eip-client/config"
- "./eip/routes:/eip-client/routes"
- "${EIP_DEMO_DATA_CONFIG_PATH:-./eip/config}:/eip-client/config"
- "${EIP_DEMO_DATA_ROUTES_PATH:-./eip/routes}:/eip-client/routes"
networks:
ozone:

Expand Down

0 comments on commit 2f6d34b

Please sign in to comment.