mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:37:23 +01:00
attempt to switch ident service to redis
This commit is contained in:
parent
61111d387a
commit
a182f36485
23 changed files with 118 additions and 683 deletions
|
|
@ -15,6 +15,12 @@ services:
|
|||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
command: [sh, -c, "rm -f /data/dump.rdb && redis-server --save \"\" --appendonly no --requirepass secretredispassword"]
|
||||
volumes:
|
||||
- cache:/data
|
||||
|
||||
mare-server:
|
||||
image: darkarchon/mare-synchronos-server:latest
|
||||
restart: on-failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue