Chore: moved the nextcloud setup to control via environment variables

This commit is contained in:
coolnsx
2025-09-28 17:24:20 +05:30
parent 5eb90153ed
commit 19fae3f6d3
6 changed files with 70 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ Description=Nextcloud Valkey Container
Pod=nextcloud.pod
ContainerName=nextcloud_valkey
Image=ghcr.io/valkey-io/valkey:alpine
Exec=--port 0 --unixsocket /tmp/docker/valkey.sock --unixsocketperm 777
Exec=--port 0 --unixsocket ${REDIS_HOST} --unixsocketperm 777
# Enable auto-update container
AutoUpdate=registry