You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of just create a single docker-compose.yml file, this issue is about create two. One should focus on the issue #3 (local development, maybe not even the #2 PostgreSQL). The other one, more complete, is what this issue is about: at bare minimum should include a reverse proxy with HTTPS termination in addition to the hxldash. All other non-essential containers should be added to this docker compose file.
If the user need something that may not need to run the simplest docker for local development, it should be on this file, not on the #3.
Note: this issue may not be finished at all, but still be used to reference other issues that are not really need for local development. This docker-compose file also will try focus on software and configuration that could be used in production with some more changes and fine tuning.
The text was updated successfully, but these errors were encountered:
Not just because of semantic issue (repository called 'hxldash-docker' containing more than just hxldash) but because just to setup an Traefik proxy in a decent way would be better done some configuration outside docker (I normally would with Ansible or just document what shell commands where executed) I will move this issue for a complete different repository.
Add hxl-proxy on the stack Add hxl-proxy on the stack #4: this and other tools definely should go on a more generic repository (now that have an draft for this) and not here.
(generic impact): the hxldash-docker repository actually tend to move some of its complexity (maybe even not have an docker-compose.yml file) to the other repository. One very notable change is that now we're very likely to have to pre-build this image and share public than make users to create all the time.
Instead of just create a single docker-compose.yml file, this issue is about create two. One should focus on the issue #3 (local development, maybe not even the #2 PostgreSQL). The other one, more complete, is what this issue is about: at bare minimum should include a reverse proxy with HTTPS termination in addition to the hxldash. All other non-essential containers should be added to this docker compose file.
If the user need something that may not need to run the simplest docker for local development, it should be on this file, not on the #3.
Note: this issue may not be finished at all, but still be used to reference other issues that are not really need for local development. This docker-compose file also will try focus on software and configuration that could be used in production with some more changes and fine tuning.
The text was updated successfully, but these errors were encountered: