chore: Update docker

This commit is contained in:
Tibo De Peuter 2025-05-08 23:41:16 +02:00
parent 13e3926ac0
commit 0f2a502521
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 17 additions and 9 deletions

View file

@ -86,7 +86,17 @@ services:
- dwengo_grafana_data:/var/lib/grafana
restart: unless-stopped
caching:
image: redis:6.2-alpine
restart: always
ports:
- '6379:6379'
command: redis-server --save 20 1 --loglevel warning
volumes:
- dwengo_cache:/data
volumes:
dwengo_grafana_data:
dwengo_loki_data:
dwengo_postgres_data:
dwengo_cache: