deprecated directory, wip #4

This commit is contained in:
2026-01-24 22:42:02 -07:00
parent a058cd4215
commit 498e73be95
4 changed files with 0 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# MediaTracker
Based on [official instructions](https://github.com/bonukai/MediaTracker).
**WARNING**: MediaTracker's official instructions about where it stores data must be wrong, because after a graceful restart, all of my data was deleted. :D
@@ -0,0 +1,29 @@
volumes:
storage:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/apple/mediatracker/storage
assets:
driver: local
driver_opts:
type: none
o: bind
device: /mnt/apple/mediatracker/assets
# version: "3"
services:
mediatracker:
container_name: mediatracker
# ports:
# - 7481:7481
volumes:
- storage:/storage
- assets:/assets
environment:
SERVER_LANG: en
TMDB_LANG: en
AUDIBLE_LANG: us
TZ: America/Denver
image: bonukai/mediatracker:latest