mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add working Dockerfile
This commit is contained in:
parent
8b442c241c
commit
2c82cffb58
8 changed files with 27 additions and 15 deletions
|
|
@ -114,7 +114,7 @@ export const federationWorker = new Worker(
|
|||
host: config.redis.queue.host,
|
||||
port: config.redis.queue.port,
|
||||
password: config.redis.queue.password,
|
||||
db: config.redis.queue.database,
|
||||
db: config.redis.queue.database || undefined,
|
||||
},
|
||||
removeOnComplete: {
|
||||
count: 400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue