Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Paweł Nawrocki
Paweł Nawrocki(Deactivated)Reporter
Josh Zamor
Josh Zamor(Deactivated)Story Points
3
Original estimate
6h
Time tracking
6h logged
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created October 31, 2016 at 8:24 PM
Updated April 4, 2018 at 6:02 PM
Resolved January 3, 2017 at 7:12 PM
Docker-compose in openlmis-blue currently uses host mounts for:
mounting logging configuration
mounting logging output
logging config:
volumes: - './logback.xml:/logback.xml'
logging output:
log: image: openlmis/rsyslog volumes: - '../logs/requisition:/var/log'
It seems the best approach is to use docker's named volumes, see https://openlmis.atlassian.net/browse/OLMIS-1124#icft=OLMIS-1124 for more.
Acceptance:
Host mounts are not used
Logging configuration, logging output is still able to be set
README is updated to demonstrate how to configure the above