Closed jspedros closed 5 years ago
Thanks, I will look into this.
Now the services are only exposed to the localhost network. The docker-compose way is just a convenience for demo purposes. For anyone using hydro scaffold dex, it's not commended to deploy directly with the default docker compose file.
Docker is exposing an unsecured redis service (port 6379) to the outside. Most of the images are exposing ports to the world outside Docker when this may not be necessary. This is a security issue if not using a firewall.
Recommend changing ports to expose in docker-compose.yaml for images that don't need to be accessed from outside Docker.
_image: redis:5.0 expose: