overleaf/ubuntu/redis_authentik/compose.yaml

16 lines
262 B
YAML
Raw Normal View History

2024-07-12 14:52:32 +02:00
services:
redis:
image: "redis:alpine"
container_name: "redis-authentik"
hostname: "redis-authentik"
restart: always
volumes:
- redis_authentik:/data
ports:
- 6380:6379
network_mode: bridge
volumes:
redis_authentik: