mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
Feat: update Image name to point to ghcr and opencloud changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user