feat: migrated from.redis to valkey

This commit is contained in:
coolnsx
2025-04-18 00:07:17 +05:30
parent ff12aff1be
commit 38b6912c65
2 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
[Unit]
Description=Nextcloud Valkey Container
[Container]
Pod=nextcloud.pod
ContainerName=nextcloud_valkey
Image=docker.io/valkey/valkey:alpine
Exec=--unixsocket /tmp/docker/valkey.sock --unixsocketperm 777
# Enable auto-update container
AutoUpdate=registry
# pass this to attach it to container
EnvironmentFile=./.env
Volume=%h/podman/nextcloud/valkey:/data
[Service]
# pass this to autofill above variables
EnvironmentFile=%h/.config/containers/systemd/nextcloud/.env
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target