You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
noerw ffe31f024d update Dockerfile, add docker-compose
also add Dockerfile to build SOS from source, to enable the use
of the mqtt extension
7 years ago
..
helgoland-config update Dockerfile, add docker-compose 7 years ago
rest-api-config update Dockerfile, add docker-compose 7 years ago
tomcat-conf update Dockerfile, add docker-compose 7 years ago
Dockerfile update Dockerfile, add docker-compose 7 years ago
README.md update Dockerfile, add docker-compose 7 years ago

README.md

build SOS Docker from source

Adapted from https://github.com/52North/docker-images.

The source repo & branch can be configured through the following environment variables:

  • SOS_REPO: default https://github.com/52North/SOS
  • SOS_BRANCH: default feature/mqtt

Warning: the build fetches all maven dependencies each time again. this takes quite some time.. I didn't try to cache these yet as is done here