forked from blallo/Feedati
Giochiamo con i feed RSS
boyska
d14a4d442f
it was becoming too complex; now we are running multiple containers from the same image. Coordination between those processes is not needed (db is where it happens), so it should work. waiting psql to be alive is a duty moved to a wrapper script "wait-db" |
||
---|---|---|
doc | ||
docker | ||
rss-bridge@725b3ab11d | ||
tt-rss@c925f4e3fd | ||
.gitignore | ||
.gitmodules | ||
docker-compose.yml | ||
dodo.py | ||
dodo_utils.py | ||
INSTALL.Debian.md | ||
README.md |
FEEDATI
La nuova frontiera dello smanettamento con gli RSS
Installami
Serve installare le seguenti cosucce:
- docker
- docker-compose
go get 'github.com/betalo-sweden/await'
(serve Go >= 1.8)- doit (
pip3 install doit==0.31
orapt-get install python3-doit
)
Lanciare
Running doit
is enough.
It will build images, configure them, then run everything.