Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
JustAnotherArchivist 3f9d4649c7 Fix Redis config 3 лет назад
..
Dockerfile Cleanup 3 лет назад
README.md Cleanup 3 лет назад
launch-archivebot.sh Split up into a proper build with context 3 лет назад
launch-root.sh Split up into a proper build with context 3 лет назад
redis.conf Fix Redis config 3 лет назад

README.md

Build:

docker build -t archivebot-backend .

Run:

docker run -d -p 80:4567 -p 4568:4568 -v abredis:/home/archivebot/redis/data/ archivebot-backend