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
|
||||
|
||||
Volume=%h/podman/nextcloud/config:/config
|
||||
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
||||
Volume=%h/nextcloud:/data
|
||||
Volume=${EXTERNAL_DIR}:${EXTERNAL_DIR}
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ Description=Nextcloud Pod
|
||||
[Pod]
|
||||
PodName=nextcloud
|
||||
PublishPort=8080:80
|
||||
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
||||
|
||||
# to satisfy nextcloud bitch permissions problems
|
||||
UIDMap=1000:0:1
|
||||
|
||||
@@ -13,7 +13,6 @@ AutoUpdate=registry
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/nextcloud/db:/var/lib/mysql
|
||||
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
||||
|
||||
[Service]
|
||||
# pass this to autofill above variables
|
||||
|
||||
@@ -5,7 +5,7 @@ Description=Nextcloud Imaginary Container
|
||||
Pod=nextcloud.pod
|
||||
ContainerName=nextcloud_imaginary
|
||||
Image=docker.io/nextcloud/aio-imaginary
|
||||
Exec=-enable-url-source -cors -return-size
|
||||
Exec=-enable-url-source -cors
|
||||
|
||||
# Enable auto-update container
|
||||
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.
|
||||
UserNS=auto
|
||||
|
||||
# disable healthcheck
|
||||
HealthCmd=none
|
||||
HealthInterval=disable
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
@@ -13,7 +13,6 @@ AutoUpdate=registry
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/nextcloud/redis:/data
|
||||
Volume=%h/podman/nextcloud/.socket:/tmp/docker
|
||||
|
||||
[Service]
|
||||
# pass this to autofill above variables
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 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
|
||||
- None, this is the only service that deployed painlessly. 😭
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=STARRs Pod (Radarr, Sonarr, Bazarr, Prowlarr, Transmission, Jellyfin)
|
||||
Description=STARRs Pod (Radarr, Sonarr, Bazarr, Prowlarr, qBittorrent, Jellyfin)
|
||||
|
||||
[Pod]
|
||||
PodName=starrs
|
||||
|
||||
Reference in New Issue
Block a user