1
0
Fork 0
mirror of https://github.com/52north/ttn-ogcswe-integration synced 2025-03-12 15:30:29 +01:00
ttn-ogcswe-integration/docker/sos
noerw ffe31f024d update Dockerfile, add docker-compose
also add Dockerfile to build SOS from source, to enable the use
of the mqtt extension
2017-08-27 11:28:23 +02:00
..
helgoland-config update Dockerfile, add docker-compose 2017-08-27 11:28:23 +02:00
rest-api-config update Dockerfile, add docker-compose 2017-08-27 11:28:23 +02:00
tomcat-conf update Dockerfile, add docker-compose 2017-08-27 11:28:23 +02:00
Dockerfile update Dockerfile, add docker-compose 2017-08-27 11:28:23 +02:00
README.md update Dockerfile, add docker-compose 2017-08-27 11:28:23 +02:00

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