updates from the environment
This commit is contained in:
parent
d3571e2bc7
commit
b9d6c4ccfa
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FileBrowser/database.db
|
||||||
|
Jellyfin/cache/
|
||||||
|
Jellyfin/config/
|
||||||
|
Pacoloco/cache/
|
||||||
|
qBittorrent/config/
|
||||||
|
qBittorrent/qbit-config/
|
||||||
|
|
@ -9,10 +9,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
volumes:
|
volumes:
|
||||||
# Probably put this somewhere else. (Such as on RAID)
|
- ../../documents/:/srv/
|
||||||
- ./documents/:/srv
|
|
||||||
- ./database.db:/database.db
|
- ./database.db:/database.db
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,16 +9,16 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- ./cache:/cache
|
- ./cache:/cache
|
||||||
# If FileBrowser can see this you can manage your media easier
|
- ../../documents/media:/media
|
||||||
- ./media:/media
|
|
||||||
network_mode: 'host'
|
network_mode: 'host'
|
||||||
|
ports:
|
||||||
|
- 8096:9096
|
||||||
# Requires packages:
|
# Requires packages:
|
||||||
# nvidia-contianer-toolkit
|
# nvidia-contianer-toolkit
|
||||||
# docker > 19.03
|
# runtime: nvidia
|
||||||
runtime: nvidia
|
# deploy:
|
||||||
deploy:
|
# resources:
|
||||||
resources:
|
# reservations:
|
||||||
reservations:
|
# devices:
|
||||||
devices:
|
# - capabilities: [gpu]
|
||||||
- capabilities: [gpu]
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user