mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-18 21:27:52 +00:00
9fb3f76858
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 |
||
---|---|---|
.. | ||
common.yml | ||
services.yml | ||
template.yml |