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:
parent
9ae33644e5
commit
9782f0321f
5 changed files with 78 additions and 58 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
docs/build/
|
||||
__pycache__
|
||||
feedlist
|
||||
data
|
||||
*.swp
|
||||
*.pyc
|
||||
*.db
|
||||
|
@ -8,3 +9,5 @@ feedlist
|
|||
*.txt
|
||||
*.bck
|
||||
*.png
|
||||
*.yml
|
||||
.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue