various updates
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[Container]
|
||||
Pod=langfuse.pod
|
||||
ContainerName=langfuse-redis
|
||||
Environment=REDIS_AUTH=myredissecret
|
||||
Image=docker.io/redis:7
|
||||
Volume=langfuse-redis_data.volume:/data
|
||||
Exec=--requirepass myredissecret --maxmemory-policy noeviction
|
||||
HealthCmd=redis-cli ping
|
||||
HealthInterval=3s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=10
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user