-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Container #1350
Comments
Thanks. I am still not sure how to create Docker image properly so I am thankful for the inspiration. This seems somewhat cleaner than the other PR #1170, relying on cron rather than trying to run the update periodically on its own, but I still have unresolved questions before being able to make an official one:
By the way, if you want to speed up the build a bit, you can use the pre-built image (and you will also get a guarantee of CI passing on it):
But then it will be harder to re-use for development. |
I fear I'm not that much of an expert on Docker either. I previously made a container to have my webfront with Selfoss in one container. Recently someone asked, if it would be possible to update Selfoss to the latest version, to take advantage of the latest features. So I experimented and got this up and running. I then created this build to have Selfoss only, in case someone didn't want my webfront included.
|
Not an issue at all, but also not sure where else I should put this.
For anyone looking for a docker container, this one here should be working. It works out of the box with the sqlite db, but it should be possible to link it to an existing other database as well.
You can find it here: https://github.com/MatthK/Selfoss-Docker
The text was updated successfully, but these errors were encountered: