mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
labels rclone storagebox
This commit is contained in:
@@ -6,6 +6,8 @@ services:
|
|||||||
hostname: app
|
hostname: app
|
||||||
container_name: firefly_iii_core
|
container_name: firefly_iii_core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- rclone.storage=storagebox-crypt
|
||||||
volumes:
|
volumes:
|
||||||
- /media/storagebox-crypt/firefly/upload:/var/www/html/storage/upload
|
- /media/storagebox-crypt/firefly/upload:/var/www/html/storage/upload
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
immich-server:
|
immich-server:
|
||||||
image: ghcr.io/immich-app/immich-server:v2.4.1
|
image: ghcr.io/immich-app/immich-server:v2.4.1
|
||||||
|
labels:
|
||||||
|
- rclone.storage=storagebox-crypt
|
||||||
volumes:
|
volumes:
|
||||||
- /media/storagebox-crypt/immich/library:/usr/src/app/upload
|
- /media/storagebox-crypt/immich/library:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ services:
|
|||||||
n8n:
|
n8n:
|
||||||
image: docker.n8n.io/n8nio/n8n:2.0.3
|
image: docker.n8n.io/n8nio/n8n:2.0.3
|
||||||
restart: always
|
restart: always
|
||||||
|
labels:
|
||||||
|
- rclone.storage=storagebox-crypt
|
||||||
environment:
|
environment:
|
||||||
- N8N_HOST=${N8N_HOST}
|
- N8N_HOST=${N8N_HOST}
|
||||||
- N8N_PORT=${N8N_PORT}
|
- N8N_PORT=${N8N_PORT}
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ services:
|
|||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:30.0.2
|
image: nextcloud:30.0.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- rclone.storage=storagebox-crypt
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud_data:/var/www/html
|
- nextcloud_data:/var/www/html
|
||||||
- /media/storagebox-crypt/nextcloud:/mnt/storagebox
|
- /media/storagebox-crypt/nextcloud:/mnt/storagebox
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ services:
|
|||||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.3
|
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.3
|
||||||
container_name: paperless
|
container_name: paperless
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- rclone.storage=storagebox-crypt
|
||||||
volumes:
|
volumes:
|
||||||
- /media/storagebox-crypt/paperless/data:/usr/src/paperless/data
|
- /media/storagebox-crypt/paperless/data:/usr/src/paperless/data
|
||||||
- /media/storagebox-crypt/paperless/media:/usr/src/paperless/media
|
- /media/storagebox-crypt/paperless/media:/usr/src/paperless/media
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ services:
|
|||||||
tandoor:
|
tandoor:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: vabene1111/recipes:2.3.6
|
image: vabene1111/recipes:2.3.6
|
||||||
|
labels:
|
||||||
|
- rclone.storage=storagebox-crypt
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST: ${POSTGRES_HOST}
|
POSTGRES_HOST: ${POSTGRES_HOST}
|
||||||
POSTGRES_PORT: ${POSTGRES_PORT}
|
POSTGRES_PORT: ${POSTGRES_PORT}
|
||||||
|
|||||||
Reference in New Issue
Block a user