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:
|
||||
- 8080:80
|
||||
volumes:
|
||||
# Probably put this somewhere else. (Such as on RAID)
|
||||
- ./documents/:/srv
|
||||
- ../../documents/:/srv/
|
||||
- ./database.db:/database.db
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
|
||||
|
||||
|
@ -9,16 +9,16 @@ services:
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
# If FileBrowser can see this you can manage your media easier
|
||||
- ./media:/media
|
||||
- ../../documents/media:/media
|
||||
network_mode: 'host'
|
||||
ports:
|
||||
- 8096:9096
|
||||
# Requires packages:
|
||||
# nvidia-contianer-toolkit
|
||||
# docker > 19.03
|
||||
runtime: nvidia
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- capabilities: [gpu]
|
||||
# runtime: nvidia
|
||||
# deploy:
|
||||
# resources:
|
||||
# reservations:
|
||||
# devices:
|
||||
# - capabilities: [gpu]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user