#36 Update for volume logic issue
This commit is contained in:
parent
ef7da5ce08
commit
306bd8d132
5
server/config/autopirate/.env
Normal file
5
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
|
||||
PUID=1000
|
||||
PGID=1000
|
1
server/config/calibre-web/.env
Normal file
1
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
|
||||
PGID=1000
|
||||
TZ=America/Los_Angeles
|
3
server/config/fireshare/.env
Normal file
3
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
|
||||
MINUTES_BETWEEN_VIDEO_SCANS=10
|
||||
PUID=1000
|
||||
|
@ -1,3 +1,2 @@
|
||||
# Volumes
|
||||
DOCKER_DATA=/home/joey/data/gitlab
|
||||
DOCKER_CONFIG=/home/joey/docker_config/gitlab
|
@ -15,8 +15,6 @@ services:
|
||||
hostname: 'gitlab.jafner.net'
|
||||
networks:
|
||||
- web
|
||||
env_file:
|
||||
- gitlab.env
|
||||
environment:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'https://gitlab.jafner.net'
|
||||
@ -106,7 +104,6 @@ services:
|
||||
keep-file: "true"
|
||||
restart: "no"
|
||||
env_file:
|
||||
- gitlab.env
|
||||
- runner.env
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/runner-config:/etc/gitlab-runner
|
||||
@ -127,7 +124,6 @@ services:
|
||||
keep-file: "true"
|
||||
restart: "no"
|
||||
env_file:
|
||||
- gitlab.env
|
||||
- runner.env
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/runner-config:/etc/gitlab-runner
|
||||
|
2
server/config/jdownloader2/.env
Normal file
2
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
|
1
server/config/keycloak/.env
Normal file
1
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"
|
@ -1,2 +1 @@
|
||||
# Volumes
|
||||
DOCKER_DATA=/home/joey/data/megan-portfolio
|
@ -6,7 +6,6 @@ services:
|
||||
container_name: wordpress_megan-portfolio
|
||||
restart: "no"
|
||||
env_file:
|
||||
- project.env
|
||||
- megan-portfolio.env
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/html:/var/www/html
|
||||
@ -27,7 +26,6 @@ services:
|
||||
networks:
|
||||
- portfolio
|
||||
env_file:
|
||||
- project.env
|
||||
- megan-portfolio-db.env
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/db:/var/lib/mysql
|
||||
|
2
server/config/minecraft/.env
Normal file
2
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
|
||||
OPS=jafner425,mollymsmom,galaxysqvid
|
||||
ENABLE_RCON=true
|
||||
|
@ -1,2 +1 @@
|
||||
# Volumes
|
||||
DOCKER_DATA=/home/joey/data/monitoring
|
@ -16,8 +16,6 @@ services:
|
||||
- monitoring
|
||||
- web
|
||||
user: "0"
|
||||
env_file:
|
||||
- monitoring.env
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/grafana:/var/lib/grafana
|
||||
- ./custom.ini:/etc/grafana/grafana.ini
|
||||
@ -43,8 +41,6 @@ services:
|
||||
- web
|
||||
ports:
|
||||
- 9090:9090
|
||||
env_file:
|
||||
- monitoring.env
|
||||
volumes:
|
||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ${DOCKER_DATA}/prometheus:/prometheus
|
||||
@ -73,8 +69,6 @@ services:
|
||||
- web
|
||||
ports:
|
||||
- "3100:3100"
|
||||
env_file:
|
||||
- monitoring.env
|
||||
volumes:
|
||||
- ${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
|
||||
@ -115,7 +109,7 @@ services:
|
||||
keep-file: "true"
|
||||
restart: "no"
|
||||
networks:
|
||||
- monitoring
|
||||
- monitoring
|
||||
env_file:
|
||||
- exporter-pihole.env
|
||||
labels:
|
||||
|
2
server/config/plex/.env
Normal file
2
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
|
||||
PGID=1000
|
||||
TZ=America/Los_Angeles
|
2
server/config/qbittorrent/.env
Normal file
2
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
|
||||
PGID=1000
|
||||
TZ=America/Los_Angeles
|
||||
|
1
server/config/send/.env
Normal file
1
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_PORT=1234
|
||||
DHPARAM_GENERATION=false
|
||||
|
@ -12,8 +12,6 @@ services:
|
||||
loki-timeout: "2s"
|
||||
keep-file: "true"
|
||||
restart: "no"
|
||||
env_file:
|
||||
- sftp.env
|
||||
ports:
|
||||
- 23450:22/tcp
|
||||
volumes:
|
||||
|
3
server/config/stashapp/.env
Normal file
3
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_GENERATED=/generated/
|
||||
STASH_METADATA=/metadata/
|
||||
|
@ -13,8 +13,6 @@ services:
|
||||
loki-timeout: "2s"
|
||||
keep-file: "true"
|
||||
restart: "no"
|
||||
env_file:
|
||||
- traefik.env
|
||||
networks:
|
||||
- web
|
||||
- monitoring
|
||||
|
1
server/config/unifi_controller/.env
Normal file
1
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
|
||||
PGID=1000
|
||||
MEM_LIMIT=1024M
|
||||
|
1
server/config/wireguard/.env
Normal file
1
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_PORT=53820
|
||||
WG_DEFAULT_DNS=192.168.1.1
|
Loading…
x
Reference in New Issue
Block a user