FIWARE-TMForum / business-ecosystem-rss

GNU Affero General Public License v3.0
0 stars 5 forks source link

Fix .properties/env variables load, docker images, compose #15

Closed samgh96 closed 5 years ago

samgh96 commented 5 years ago

This PR fixes the .properties load error noted in #14 (there was an improper envvar load for database properties). Also, now default environment variables are included in all docker-compose files, the mysql version in those is reverted to 5.7 (not sure why but latest gave me a lot of trouble) and the production-ready docker now uses the master branch instead of develop.

fdelavega commented 5 years ago

merged in branch samgh96-develop