Bahmni/appointments image runs the frontend for Bahmni Appointments Scheduling. The backend APIs for this application are running in OpenMRS. The image is built and published using Github Actions from openmrs-module-appointments-frontend repository.
Environment Configurations
Variable Name | Description |
---|---|
APPOINTMENTS_IMAGE_TAG | This value specifies which image version needs to be used for appointments service. List of tags can be found at bahmni/appointments - Tags . |
APPOINTMENTS_PATH | Set this to the directory path where you have cloned openmrs-module-appointments-frontend repository. Needed only for development purposes. |
Development on Appointments Frontend
When you want to develop on appointments frontend code, follow the below steps.
...