mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
feat: moved shared volume in pod in nextcloud
This commit is contained in:
@@ -14,7 +14,6 @@ AutoUpdate=registry
|
|||||||
EnvironmentFile=./.env
|
EnvironmentFile=./.env
|
||||||
|
|
||||||
Volume=%h/podman/nextcloud/config:/config
|
Volume=%h/podman/nextcloud/config:/config
|
||||||
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
|
||||||
Volume=%h/nextcloud:/data
|
Volume=%h/nextcloud:/data
|
||||||
Volume=${EXTERNAL_DIR}:${EXTERNAL_DIR}
|
Volume=${EXTERNAL_DIR}:${EXTERNAL_DIR}
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ Description=Nextcloud Pod
|
|||||||
[Pod]
|
[Pod]
|
||||||
PodName=nextcloud
|
PodName=nextcloud
|
||||||
PublishPort=8080:80
|
PublishPort=8080:80
|
||||||
|
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
||||||
|
|
||||||
# to satisfy nextcloud bitch permissions problems
|
# to satisfy nextcloud bitch permissions problems
|
||||||
UIDMap=1000:0:1
|
UIDMap=1000:0:1
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ AutoUpdate=registry
|
|||||||
EnvironmentFile=./.env
|
EnvironmentFile=./.env
|
||||||
|
|
||||||
Volume=%h/podman/nextcloud/db:/var/lib/mysql
|
Volume=%h/podman/nextcloud/db:/var/lib/mysql
|
||||||
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# pass this to autofill above variables
|
# pass this to autofill above variables
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Description=Nextcloud Imaginary Container
|
|||||||
Pod=nextcloud.pod
|
Pod=nextcloud.pod
|
||||||
ContainerName=nextcloud_imaginary
|
ContainerName=nextcloud_imaginary
|
||||||
Image=docker.io/nextcloud/aio-imaginary
|
Image=docker.io/nextcloud/aio-imaginary
|
||||||
Exec=-enable-url-source -cors -return-size
|
Exec=-enable-url-source -cors
|
||||||
|
|
||||||
# Enable auto-update container
|
# Enable auto-update container
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
@@ -15,6 +15,10 @@ AddCapability=CAP_SYS_NICE
|
|||||||
# this does not map any uid from host as this fucker doesn't like it.
|
# this does not map any uid from host as this fucker doesn't like it.
|
||||||
UserNS=auto
|
UserNS=auto
|
||||||
|
|
||||||
|
# disable healthcheck
|
||||||
|
HealthCmd=none
|
||||||
|
HealthInterval=disable
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
TimeoutStartSec=300
|
TimeoutStartSec=300
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ AutoUpdate=registry
|
|||||||
EnvironmentFile=./.env
|
EnvironmentFile=./.env
|
||||||
|
|
||||||
Volume=%h/podman/nextcloud/redis:/data
|
Volume=%h/podman/nextcloud/redis:/data
|
||||||
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# pass this to autofill above variables
|
# pass this to autofill above variables
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Starrs
|
# Starrs
|
||||||
|
|
||||||
This directory contains all the Arrs I use which run in a single pod -- Radarr, Sonarr, Bazarr, Prowlarr, Transmission, Jellyfin
|
This directory contains all the Arrs I use which run in a single pod -- Radarr, Sonarr, Bazarr, Prowlarr, qBittorrent, Jellyfin
|
||||||
|
|
||||||
## Major Problem
|
## Major Problem
|
||||||
- None, this is the only service that deployed painlessly. 😭
|
- None, this is the only service that deployed painlessly. 😭
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=STARRs Pod (Radarr, Sonarr, Bazarr, Prowlarr, Transmission, Jellyfin)
|
Description=STARRs Pod (Radarr, Sonarr, Bazarr, Prowlarr, qBittorrent, Jellyfin)
|
||||||
|
|
||||||
[Pod]
|
[Pod]
|
||||||
PodName=starrs
|
PodName=starrs
|
||||||
|
|||||||
Reference in New Issue
Block a user