1
0
Fork 0

netbootxyz: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-05 12:31:28 +01:00
parent b2117ccbf2
commit 5b04a6566c
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
3 changed files with 16 additions and 0 deletions

1
.env
View File

@ -12,6 +12,7 @@ DOWNLOADS_PATH=${STORAGE_PATH}/download
NZB_DOWNLOADS_PATH=${DOWNLOADS_PATH}/sabnzbd
TORRENTS_SEED_PATH=${STORAGE_PATH}/seed
DOCKER_STORAGE_PATH=/docker
DOCKER_STORAGE_PATH_SLOW=${STORAGE_PATH}/docker-storage
PHOTOS_STORAGE_PATH=/srv/dev-disk-by-uuid-2d34f1a9-4284-4cad-ae9a-f1ef36244201/photos
EMAIL_ADMIN=lukas@kucharczyk.xyz
EMAIL_FROM=kucharczyk.lukas@gmail.com

View File

@ -15,6 +15,7 @@ include:
- services/sabnzbd.yml
- services/openldap.yml
- services/prowlarr.yml
- services/netbootxyz.yml
services:

14
services/netbootxyz.yml Normal file
View File

@ -0,0 +1,14 @@
---
services:
netbootxyz:
image: linuxserver/netbootxyz:latest
container_name: netbootxyz
networks:
public:
ipv4_address: 192.168.240.44
volumes:
- "${DOCKER_STORAGE_PATH}/netbootxyz:/config"
- "${DOCKER_STORAGE_PATH_SLOW}/netbootxyz:/assets"
profiles:
- base
restart: unless-stopped