-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
🚀 Description
Problem to solve
Current the docker compose implementation is not efficient for users running an existing stack, it seems you need to edit the nginx to avoid port binding issues for other services etc.
It would be nice to see better support for environment variables within the compose as well as adding VPN support (gluetun) which isn't possible with the current deployment options
Proposal
Publish to docker hub and allow users to choose how they would like to deploy with environment variables or custom networks like gluetun as well as setting paths for persistant storage. Ports should also be published as well as the nginx credentials to allow customisation
Further details
By all means if I am missing something please li k me the documentation but I have spent days trying to get this to work inside a vpn and despite opening correct ports it seems the frontend and backend cannot communicate due to the urls inside of the dockerbuild files
✅ Acceptance Criteria
- [ ]