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]
|
||||
Pod=immich.pod
|
||||
ContainerName=immich_valkey
|
||||
Image=docker.io/valkey/valkey:alpine
|
||||
Image=ghcr.io/valkey-io/valkey:alpine
|
||||
Exec=--unixsocket /tmp/immich/valkey.sock --unixsocketperm 777
|
||||
|
||||
# Enable auto-update container
|
||||
|
||||
@@ -4,7 +4,7 @@ Description=Nextcloud Imaginary Container
|
||||
[Container]
|
||||
Pod=nextcloud.pod
|
||||
ContainerName=nextcloud_imaginary
|
||||
Image=docker.io/nextcloud/aio-imaginary
|
||||
Image=ghcr.io/nextcloud-releases/aio-imaginary
|
||||
Exec=-enable-url-source -cors
|
||||
|
||||
# Enable auto-update container
|
||||
|
||||
@@ -4,7 +4,7 @@ Description=Nextcloud Valkey Container
|
||||
[Container]
|
||||
Pod=nextcloud.pod
|
||||
ContainerName=nextcloud_valkey
|
||||
Image=docker.io/valkey/valkey:alpine
|
||||
Image=ghcr.io/valkey-io/valkey:alpine
|
||||
Exec=--unixsocket /tmp/docker/valkey.sock --unixsocketperm 777
|
||||
|
||||
# Enable auto-update container
|
||||
|
||||
@@ -11,8 +11,12 @@ AutoUpdate=registry
|
||||
# pass this to attach it to container
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/opencloud:/etc/opencloud
|
||||
Volume=${EXTERNAL_DIR}:/var/lib/opencloud
|
||||
# metadata and configuration store here
|
||||
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]
|
||||
# pass this to autofill above variables
|
||||
|
||||
@@ -15,7 +15,7 @@ AutoUpdate=registry
|
||||
# pass this to attach it to container
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/opencloud:/etc/opencloud
|
||||
Volume=%h/podman/opencloud/config:/etc/opencloud
|
||||
|
||||
[Service]
|
||||
# pass this to autofill above variables
|
||||
|
||||
Reference in New Issue
Block a user