mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Create a working docker-compose file.
This commit is contained in:
parent
5e5e290acc
commit
bacc1cbd0d
5 changed files with 34 additions and 12 deletions
|
|
@ -10,7 +10,7 @@ hostname = "nitter.net"
|
|||
[Cache]
|
||||
listMinutes = 240 # how long to cache list info (not the tweets, so keep it high)
|
||||
rssMinutes = 10 # how long to cache rss queries
|
||||
redisHost = "localhost"
|
||||
redisHost = "localhost" # Change to redis if using docker-compose
|
||||
redisPort = 6379
|
||||
redisConnections = 20 # connection pool size
|
||||
redisMaxConnections = 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue