Compare commits
6 Commits
ZFSMigrate
...
update-por
| Author | SHA1 | Date | |
|---|---|---|---|
| 787847292b | |||
| 102f9d2b33 | |||
| 12486de442 | |||
| 05b8eaf353 | |||
| 27c1e01476 | |||
| 7eac2b12f8 |
@@ -1,27 +0,0 @@
|
||||
services:
|
||||
beszel:
|
||||
image: henrygd/beszel:latest
|
||||
container_name: beszel
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
APP_URL: http://localhost:8090
|
||||
ports:
|
||||
- 8090:8090
|
||||
volumes:
|
||||
- ./beszel_data:/beszel_data
|
||||
- ./beszel_socket:/beszel_socket
|
||||
|
||||
beszel-agent:
|
||||
image: henrygd/beszel-agent:latest
|
||||
container_name: beszel-agent
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./beszel_agent_data:/var/lib/beszel-agent
|
||||
- ./beszel_socket:/beszel_socket
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
LISTEN: /beszel_socket/beszel.sock
|
||||
HUB_URL: http://localhost:8090
|
||||
TOKEN: da52524a-fa93-47ef-908c-dd001c9e8e18
|
||||
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFgDayLLA8JOzQ7fZtqTlUaRIQvhtoYSZvkUC9PrdQJG"
|
||||
@@ -1,13 +0,0 @@
|
||||
services:
|
||||
beszel:
|
||||
image: henrygd/beszel:latest
|
||||
container_name: beszel
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
APP_URL: http://localhost:8090
|
||||
ports:
|
||||
- 8090:8090
|
||||
volumes:
|
||||
- ./beszel_data:/beszel_data
|
||||
- ./beszel_socket:/beszel_socket
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
- /var/lib/gitea/data:/data
|
||||
- /mnt/storage/appdata/gitea/data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
@@ -38,6 +38,6 @@ services:
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
- /var/lib/gitea/db:/var/lib/mysql
|
||||
- /mnt/storage/appdata/gitea/mysql:/var/lib/mysql
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
||||
|
||||
# The location where your uploaded files are stored
|
||||
UPLOAD_LOCATION=/var/lib/immich/data
|
||||
UPLOAD_LOCATION=/mnt/storage/appdata/immich/library
|
||||
# The location where your database files are stored
|
||||
DB_DATA_LOCATION=/var/lib/immich/db
|
||||
DB_DATA_LOCATION=/mnt/storage/appdata/immich/postgres
|
||||
|
||||
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
||||
TZ=America/New_York
|
||||
|
||||
@@ -4,19 +4,19 @@ services:
|
||||
container_name: jellyfin
|
||||
network_mode: 'host'
|
||||
volumes:
|
||||
- /etc/jellyfin:/config
|
||||
# - /etc/jellyfin/web-config.json:/jellyfin/jellyfin-web/config.json
|
||||
- /var/lib/jellyfin/cache:/cache
|
||||
- /mnt/storage/appdata/jellyfin/config:/config
|
||||
- /mnt/storage/appdata/jellyfin/config/web-config.json:/jellyfin/jellyfin-web/config.json
|
||||
- /mnt/storage/appdata/jellyfin/cache:/cache
|
||||
- /mnt/cygnus:/cygnus:ro
|
||||
- type: bind
|
||||
source: /var/lib/jellyfin/media
|
||||
source: /mnt/storage/appdata/jellyfin/media
|
||||
target: /media
|
||||
read_only: true
|
||||
restart: 'unless-stopped'
|
||||
# Optional - alternative address used for autodiscovery
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=http://127.0.0.1:8096
|
||||
# environment:
|
||||
# - JELLYFIN_PublishedServerUrl=http://example.com
|
||||
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
||||
# extra_hosts:
|
||||
# - 'host.docker.internal:host-gateway'
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
restart: always
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||
volumes:
|
||||
- /var/lib/nextcloud/db:/var/lib/mysql
|
||||
- /mnt/storage/appdata/nextcloud/mysql:/var/lib/mysql
|
||||
networks:
|
||||
- default
|
||||
environment:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- /var/lib/nextcloud/data/www/html:/var/www/html
|
||||
- /mnt/storage/appdata/nextcloud/www/html:/var/www/html
|
||||
networks:
|
||||
- default
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user