todopod: Persist redis data
This commit is contained in:
parent
dc550564b6
commit
bb54ebf9c9
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ services:
|
|||
redis:
|
||||
image: "redis"
|
||||
restart: unless-stopped
|
||||
command: >-
|
||||
redis-server
|
||||
--save 60 1
|
||||
--loglevel notice
|
||||
volumes:
|
||||
- "./data/redis/rdata:/data"
|
||||
red:
|
||||
image: "ghcr.io/steffo99/todocolors-red"
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue