#36 Update for volume logic issue
This commit is contained in:
parent
38acfe4612
commit
633468a980
5
homelab/server/config/autopirate/.env
Normal file
5
homelab/server/config/autopirate/.env
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
DOCKER_DATA=/home/joey/data/autopirate
|
||||||
|
MEDIA_DIR=/mnt/nas/media
|
||||||
|
NZB_DIR=/mnt/md0/torrenting/NZB
|
||||||
|
INCOMPLETE_NZB_DIR=/mnt/md0/torrenting/NZB_incomplete
|
||||||
|
TRANSCODE_DIR=/mnt/md0/tdarr
|
@ -1,11 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/autopirate
|
|
||||||
MEDIA_DIR=/mnt/nas/media
|
|
||||||
NZB_DIR=/mnt/md0/torrenting/NZB
|
|
||||||
INCOMPLETE_NZB_DIR=/mnt/md0/torrenting/NZB_incomplete
|
|
||||||
TRANSCODE_DIR=/mnt/md0/tdarr
|
|
||||||
|
|
||||||
## Env
|
|
||||||
TZ=America/Los_Angeles
|
TZ=America/Los_Angeles
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
1
homelab/server/config/calibre-web/.env
Normal file
1
homelab/server/config/calibre-web/.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
LIBRARY_DIR=/mnt/nas/calibre-web
|
@ -1,7 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
LIBRARY_DIR=/mnt/nas/calibre-web
|
|
||||||
|
|
||||||
# Env
|
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
||||||
TZ=America/Los_Angeles
|
TZ=America/Los_Angeles
|
3
homelab/server/config/fireshare/.env
Normal file
3
homelab/server/config/fireshare/.env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
VIDEO_DIR=/mnt/nas/media/Video/Recordings/Fireshare
|
||||||
|
DATA_DIR=/home/joey/data/fireshare/db
|
||||||
|
PROCESSED_DIR=/home/joey/data/fireshare/metadata
|
@ -1,9 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
VIDEO_DIR=/mnt/nas/media/Video/Recordings/Fireshare
|
|
||||||
DATA_DIR=/home/joey/data/fireshare/db
|
|
||||||
PROCESSED_DIR=/home/joey/data/fireshare/metadata
|
|
||||||
|
|
||||||
# Env
|
|
||||||
ADMIN_USERNAME=joey
|
ADMIN_USERNAME=joey
|
||||||
MINUTES_BETWEEN_VIDEO_SCANS=10
|
MINUTES_BETWEEN_VIDEO_SCANS=10
|
||||||
PUID=1000
|
PUID=1000
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/gitlab
|
DOCKER_DATA=/home/joey/data/gitlab
|
||||||
DOCKER_CONFIG=/home/joey/docker_config/gitlab
|
DOCKER_CONFIG=/home/joey/docker_config/gitlab
|
@ -15,8 +15,6 @@ services:
|
|||||||
hostname: 'gitlab.jafner.net'
|
hostname: 'gitlab.jafner.net'
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
env_file:
|
|
||||||
- gitlab.env
|
|
||||||
environment:
|
environment:
|
||||||
GITLAB_OMNIBUS_CONFIG: |
|
GITLAB_OMNIBUS_CONFIG: |
|
||||||
external_url 'https://gitlab.jafner.net'
|
external_url 'https://gitlab.jafner.net'
|
||||||
@ -106,7 +104,6 @@ services:
|
|||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
env_file:
|
env_file:
|
||||||
- gitlab.env
|
|
||||||
- runner.env
|
- runner.env
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/runner-config:/etc/gitlab-runner
|
- ${DOCKER_DATA}/runner-config:/etc/gitlab-runner
|
||||||
@ -127,7 +124,6 @@ services:
|
|||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
env_file:
|
env_file:
|
||||||
- gitlab.env
|
|
||||||
- runner.env
|
- runner.env
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/runner-config:/etc/gitlab-runner
|
- ${DOCKER_DATA}/runner-config:/etc/gitlab-runner
|
||||||
|
2
homelab/server/config/jdownloader2/.env
Normal file
2
homelab/server/config/jdownloader2/.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DOCKER_DATA=/home/joey/data/jdownloader2
|
||||||
|
DOWNLOAD_DIR=/mnt/nas/torrenting/jdownloader2
|
@ -1,6 +1 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/jdownloader2
|
|
||||||
DOWNLOAD_DIR=/mnt/nas/torrenting/jdownloader2
|
|
||||||
|
|
||||||
# Env
|
|
||||||
TZ=America/Los_Angeles
|
TZ=America/Los_Angeles
|
1
homelab/server/config/keycloak/.env
Normal file
1
homelab/server/config/keycloak/.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
KEYCLOAK_DATA="/home/joey/data/keycloak/data"
|
@ -1,5 +1 @@
|
|||||||
# Volumes
|
|
||||||
KEYCLOAK_DATA="/home/joey/data/keycloak/data"
|
|
||||||
|
|
||||||
# Env
|
|
||||||
KEYCLOAK_ADMIN="jafner"
|
KEYCLOAK_ADMIN="jafner"
|
@ -1,2 +1 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/megan-portfolio
|
DOCKER_DATA=/home/joey/data/megan-portfolio
|
@ -6,7 +6,6 @@ services:
|
|||||||
container_name: wordpress_megan-portfolio
|
container_name: wordpress_megan-portfolio
|
||||||
restart: "no"
|
restart: "no"
|
||||||
env_file:
|
env_file:
|
||||||
- project.env
|
|
||||||
- megan-portfolio.env
|
- megan-portfolio.env
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/html:/var/www/html
|
- ${DOCKER_DATA}/html:/var/www/html
|
||||||
@ -27,7 +26,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- portfolio
|
- portfolio
|
||||||
env_file:
|
env_file:
|
||||||
- project.env
|
|
||||||
- megan-portfolio-db.env
|
- megan-portfolio-db.env
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/db:/var/lib/mysql
|
- ${DOCKER_DATA}/db:/var/lib/mysql
|
||||||
|
2
homelab/server/config/minecraft/.env
Normal file
2
homelab/server/config/minecraft/.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DOCKER_DATA=/mnt/md0/minecraft
|
||||||
|
DOCKER_CONFIG=/home/joey/homelab/server/config/minecraft
|
@ -1,8 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/mnt/md0/minecraft
|
|
||||||
DOCKER_CONFIG=/home/joey/homelab/server/config/minecraft
|
|
||||||
|
|
||||||
# Env
|
|
||||||
EULA=TRUE
|
EULA=TRUE
|
||||||
OPS=jafner425,mollymsmom,galaxysqvid
|
OPS=jafner425,mollymsmom,galaxysqvid
|
||||||
ENABLE_RCON=true
|
ENABLE_RCON=true
|
||||||
|
@ -1,2 +1 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/monitoring
|
DOCKER_DATA=/home/joey/data/monitoring
|
@ -16,8 +16,6 @@ services:
|
|||||||
- monitoring
|
- monitoring
|
||||||
- web
|
- web
|
||||||
user: "0"
|
user: "0"
|
||||||
env_file:
|
|
||||||
- monitoring.env
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/grafana:/var/lib/grafana
|
- ${DOCKER_DATA}/grafana:/var/lib/grafana
|
||||||
- ./custom.ini:/etc/grafana/grafana.ini
|
- ./custom.ini:/etc/grafana/grafana.ini
|
||||||
@ -43,8 +41,6 @@ services:
|
|||||||
- web
|
- web
|
||||||
ports:
|
ports:
|
||||||
- 9090:9090
|
- 9090:9090
|
||||||
env_file:
|
|
||||||
- monitoring.env
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
- ${DOCKER_DATA}/prometheus:/prometheus
|
- ${DOCKER_DATA}/prometheus:/prometheus
|
||||||
@ -73,8 +69,6 @@ services:
|
|||||||
- web
|
- web
|
||||||
ports:
|
ports:
|
||||||
- "3100:3100"
|
- "3100:3100"
|
||||||
env_file:
|
|
||||||
- monitoring.env
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_DATA}/loki-logs:/loki-logs
|
- ${DOCKER_DATA}/loki-logs:/loki-logs
|
||||||
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
||||||
@ -115,7 +109,7 @@ services:
|
|||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
networks:
|
networks:
|
||||||
- monitoring
|
- monitoring
|
||||||
env_file:
|
env_file:
|
||||||
- exporter-pihole.env
|
- exporter-pihole.env
|
||||||
labels:
|
labels:
|
||||||
|
2
homelab/server/config/plex/.env
Normal file
2
homelab/server/config/plex/.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DOCKER_DATA=/home/joey/data/plex
|
||||||
|
MEDIA_DIR=/mnt/nas/media
|
@ -1,8 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/plex
|
|
||||||
MEDIA_DIR=/mnt/nas/media
|
|
||||||
|
|
||||||
# Env
|
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
||||||
TZ=America/Los_Angeles
|
TZ=America/Los_Angeles
|
2
homelab/server/config/qbittorrent/.env
Normal file
2
homelab/server/config/qbittorrent/.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DOCKER_DATA=/home/joey/data/qbittorrent
|
||||||
|
TORRENT_DATA=/mnt/nas/torrenting
|
@ -1,8 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/qbittorrent
|
|
||||||
TORRENT_DATA=/mnt/nas/torrenting
|
|
||||||
|
|
||||||
# Env
|
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
||||||
TZ=America/Los_Angeles
|
TZ=America/Los_Angeles
|
||||||
|
1
homelab/server/config/send/.env
Normal file
1
homelab/server/config/send/.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
DOCKER_DATA=/home/joey/data/send
|
@ -1,7 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/send
|
|
||||||
|
|
||||||
# Env
|
|
||||||
VIRTUAL_HOST=0.0.0.0
|
VIRTUAL_HOST=0.0.0.0
|
||||||
VIRTUAL_PORT=1234
|
VIRTUAL_PORT=1234
|
||||||
DHPARAM_GENERATION=false
|
DHPARAM_GENERATION=false
|
||||||
|
@ -12,8 +12,6 @@ services:
|
|||||||
loki-timeout: "2s"
|
loki-timeout: "2s"
|
||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
env_file:
|
|
||||||
- sftp.env
|
|
||||||
ports:
|
ports:
|
||||||
- 23450:22/tcp
|
- 23450:22/tcp
|
||||||
volumes:
|
volumes:
|
||||||
|
3
homelab/server/config/stashapp/.env
Normal file
3
homelab/server/config/stashapp/.env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MEDIA_DIR=/mnt/nas/av/
|
||||||
|
METADATA_DIR=/mnt/md0/
|
||||||
|
DOCKER_DATA=/home/joey/data/stash
|
@ -1,9 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
MEDIA_DIR=/mnt/nas/av/
|
|
||||||
METADATA_DIR=/mnt/md0/
|
|
||||||
DOCKER_DATA=/home/joey/data/stash
|
|
||||||
|
|
||||||
# Env
|
|
||||||
STASH_STASH=/media/
|
STASH_STASH=/media/
|
||||||
STASH_GENERATED=/generated/
|
STASH_GENERATED=/generated/
|
||||||
STASH_METADATA=/metadata/
|
STASH_METADATA=/metadata/
|
||||||
|
@ -13,8 +13,6 @@ services:
|
|||||||
loki-timeout: "2s"
|
loki-timeout: "2s"
|
||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
env_file:
|
|
||||||
- traefik.env
|
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
- monitoring
|
- monitoring
|
||||||
|
1
homelab/server/config/unifi_controller/.env
Normal file
1
homelab/server/config/unifi_controller/.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
DOCKER_DATA=/home/joey/data/unifi_controller
|
@ -1,7 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/unifi_controller
|
|
||||||
|
|
||||||
# Env
|
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
||||||
MEM_LIMIT=1024M
|
MEM_LIMIT=1024M
|
||||||
|
1
homelab/server/config/wireguard/.env
Normal file
1
homelab/server/config/wireguard/.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
DOCKER_DATA=/home/joey/data/wireguard
|
@ -1,7 +1,3 @@
|
|||||||
# Volumes
|
|
||||||
DOCKER_DATA=/home/joey/data/wireguard
|
|
||||||
|
|
||||||
# Env
|
|
||||||
WG_HOST=vpn.jafner.net
|
WG_HOST=vpn.jafner.net
|
||||||
WG_PORT=53820
|
WG_PORT=53820
|
||||||
WG_DEFAULT_DNS=192.168.1.1
|
WG_DEFAULT_DNS=192.168.1.1
|
Loading…
x
Reference in New Issue
Block a user