
build-distro.docker-compose.override.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openmrs-sdk-maven-plugin Show documentation
Show all versions of openmrs-sdk-maven-plugin Show documentation
OpenMRS SDK allows for rapid development of OpenMRS modules.
The newest version!
# Generated automatically by openmrs SDK
version: '2'
services:
web:
environment:
DEBUG: 'true'
ports:
- "${TOMCAT_DEV_PORT}:8080"
- "${TOMCAT_DEV_DEBUG_PORT}:1044"
db:
ports:
- "${MYSQL_DEV_PORT}:3306"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy