/docker-openmaint

A fully functional openMAINT docker image with docker-compose for integrating with Postgres, BIMServer and GeoServer

Primary LanguageShellMIT LicenseMIT

docker-openmaint

A fully functional openMAINT docker image with docker-compose for integrating with Postgres, BIMServer and GeoServer

Run using Docker Compose

Download docker-compose.yml file and run

docker-compose up --file /path/to/docker-compose.yml

After that a BIMServer will be available at http://localhost:8890/bimserver/, a GeoServer will be available at http://localhost:8889/geoserver/ and openMAINT will be available at http://localhost:8888/openmaint/.

Configuration

Check Dockerfile for available environment variables, they are pretty much self descriptive.

Notes

Development notes

If you wish to contribute be sure to run the test.bats after your changes and ensuring that every test passes. Add more tests if necessary. Tests built using BATS (Bash Automated Testing System).