Unofficial HeadWind Docker image. Supports HTTP_PORT and HTTPS_PORT allowing `Dokku` env deployment.
398
This is an unofficial Docker image for Headwind MDMā - an open source mobile device management software for Android.
Headwind MDM URL: https://h-mdm.comā ā
To run the container, you need to run PostgreSQL in a separate container, then run the command:
docker run -d \
-p 80:5000 \
-p 31000:31000 \
-e HTTPS_LETSENCRYPT=false \
-e PROTOCOL=http \
-e HTTP_PORT=5000 \
-e SQL_HOST=database.host \
-e SQL_BASE=hmdm \
-e SQL_USER=hmdm \
-e SQL_PASS=password \
-e BASE_DOMAIN=build.h-mdm.com \
-v /etc/letsencrypt:/etc/letsencrypt \
-v $(pwd)/volumes/work:/usr/local/tomcat/work \
--name="hmdm" \
headwindmdm/hmdm:0.1.0
(replace SQL parameters and BASE_DOMAIN by your own parameters)
CUSTOMISATION: Added HTTP_PORT env variable support to be able to run it in Dokku.
You can also run this Headwind MDM in docker-compose. See more details here: https://github.com/meteozond/hmdm-docker/ā
Content type
Image
Digest
sha256:5f7730072ā¦
Size
256.9 MB
Last updated
about 1 year ago
docker pull meteozond/hmdm:0.1.5-3