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
The docker image has to be built every time and it's inconvenient to have to git pull the repository every time there's an update since there is no image hosted on any registry (that I could find).
It would be great if you could host pre-built images on a container registry of your choice. This would simplify the compose file and make things easier for self hosted installs.
The text was updated successfully, but these errors were encountered:
you can make a github action that will automatically update the docker repo when you push a commit, this would be really helpful
I tried to do just that here #15 but got errors with building the image. Tested it locally, same errors. Looks like some hardcoded values for Stripe? As of now, this is really convoluted to setup so I've given up and went back to Kutt/Shlink.
The docker image has to be built every time and it's inconvenient to have to git pull the repository every time there's an update since there is no image hosted on any registry (that I could find).
It would be great if you could host pre-built images on a container registry of your choice. This would simplify the compose file and make things easier for self hosted installs.
The text was updated successfully, but these errors were encountered: