Feat: update Image name to point to ghcr and opencloud changes

This commit is contained in:
coolnsx
2025-08-04 17:48:19 +05:30
parent 3fac8699fc
commit ce1c255957
5 changed files with 10 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ Description=Immich Valkey Container
[Container] [Container]
Pod=immich.pod Pod=immich.pod
ContainerName=immich_valkey ContainerName=immich_valkey
Image=docker.io/valkey/valkey:alpine Image=ghcr.io/valkey-io/valkey:alpine
Exec=--unixsocket /tmp/immich/valkey.sock --unixsocketperm 777 Exec=--unixsocket /tmp/immich/valkey.sock --unixsocketperm 777
# Enable auto-update container # Enable auto-update container

View File

@@ -4,7 +4,7 @@ Description=Nextcloud Imaginary Container
[Container] [Container]
Pod=nextcloud.pod Pod=nextcloud.pod
ContainerName=nextcloud_imaginary ContainerName=nextcloud_imaginary
Image=docker.io/nextcloud/aio-imaginary Image=ghcr.io/nextcloud-releases/aio-imaginary
Exec=-enable-url-source -cors Exec=-enable-url-source -cors
# Enable auto-update container # Enable auto-update container

View File

@@ -4,7 +4,7 @@ Description=Nextcloud Valkey Container
[Container] [Container]
Pod=nextcloud.pod Pod=nextcloud.pod
ContainerName=nextcloud_valkey ContainerName=nextcloud_valkey
Image=docker.io/valkey/valkey:alpine Image=ghcr.io/valkey-io/valkey:alpine
Exec=--unixsocket /tmp/docker/valkey.sock --unixsocketperm 777 Exec=--unixsocket /tmp/docker/valkey.sock --unixsocketperm 777
# Enable auto-update container # Enable auto-update container

View File

@@ -11,8 +11,12 @@ AutoUpdate=registry
# pass this to attach it to container # pass this to attach it to container
EnvironmentFile=./.env EnvironmentFile=./.env
Volume=%h/podman/opencloud:/etc/opencloud # metadata and configuration store here
Volume=${EXTERNAL_DIR}:/var/lib/opencloud Volume=%h/podman/opencloud/config:/etc/opencloud
Volume=%h/podman/opencloud/data:/var/lib/opencloud
# actual data store here
Volume=${EXTERNAL_DIR}:/var/lib/opencloud/storage/users/users
[Service] [Service]
# pass this to autofill above variables # pass this to autofill above variables

View File

@@ -15,7 +15,7 @@ AutoUpdate=registry
# pass this to attach it to container # pass this to attach it to container
EnvironmentFile=./.env EnvironmentFile=./.env
Volume=%h/podman/opencloud:/etc/opencloud Volume=%h/podman/opencloud/config:/etc/opencloud
[Service] [Service]
# pass this to autofill above variables # pass this to autofill above variables