Add docker support

- Allow setup script to get credentials from flags
- Add Dockerfile and docker_entrypoint
- Edit README for forked version
This commit is contained in:
MassiveBox 2022-10-23 22:09:20 +02:00
parent 9ae33644e5
commit 9782f0321f
5 changed files with 78 additions and 58 deletions

3
.gitignore vendored
View file

@ -1,6 +1,7 @@
docs/build/
__pycache__
feedlist
data
*.swp
*.pyc
*.db
@ -8,3 +9,5 @@ feedlist
*.txt
*.bck
*.png
*.yml
.env