updated wallabag and added redis

This commit is contained in:
2024-08-17 21:55:09 -07:00
parent 27730a012f
commit e43b301711
10 changed files with 97 additions and 108 deletions
+10
View File
@@ -0,0 +1,10 @@
version: '3.8'
services:
redis:
image: ${REDIS_IMAGE:-redis:alpine}
restart: unless-stopped
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 20s
timeout: 3s