open-balena/compose
Akis Kesoglou 9fb3f76858 Do not publish DB and Redis ports to the host
We are currently exposing the DB and Redis ports to the host, making the services externally accessible, which is very useful for a development environment.

`docker-compose` is however the only deployment method we currently support, and our Getting Started guide uses the very same configuration to guide users through the process of deploying open-balena on a public server (mostly because it’s easier with regards to DNS). This means we’re effectively guiding users to deploy open-balena in a very insecure way.

This commit removes host port bindings for the database and Redis services, effectively making them externally inaccessible.

Fixes #34

Change-type: minor
2019-01-25 15:34:58 +02:00
..
common.yml Initial commit 2018-10-27 22:34:05 +03:00
services.yml Do not publish DB and Redis ports to the host 2019-01-25 15:34:58 +02:00
template.yml Initial commit 2018-10-27 22:34:05 +03:00