mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
fix(rustfs): remove redis container
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -114,7 +114,6 @@ DAWARICH_REDIS_URL=redis://dawarich-redis:6379
|
||||
### RUSTFS
|
||||
RUSTFS_ACCESS_KEY=""
|
||||
RUSTFS_SECRET_KEY=""
|
||||
RUSTFS_REDIS_PASSWORD=""
|
||||
|
||||
### PAPERLESS
|
||||
PAPERLESS_SECRET_KEY=""
|
||||
|
||||
@@ -38,23 +38,3 @@ services:
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
rustfs-redis:
|
||||
container_name: rustfs-redis
|
||||
image: redis:7.4-alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
command: /bin/sh -c "redis-server --requirepass ${RUSTFS_REDIS_PASSWORD}"
|
||||
volumes:
|
||||
- ~/docker-volumes/rustfs/redis:/data
|
||||
environment:
|
||||
- REDIS_PASSWORD=${RUSTFS_REDIS_PASSWORD}
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "--raw", "incr", "ping"]
|
||||
interval: 10s
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
|
||||
Reference in New Issue
Block a user