Create a working docker-compose file.

This commit is contained in:
FireMasterK
2020-10-01 03:41:47 +00:00
parent 5e5e290acc
commit bacc1cbd0d
5 changed files with 34 additions and 12 deletions

View File

@@ -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