rename project to Yamtrack

This commit is contained in:
FuzzyGrim
2023-04-11 13:22:33 +02:00
parent e862afa185
commit 9544533225
11 changed files with 37 additions and 40 deletions

View File

@@ -1,15 +1,15 @@
version: "3"
services:
yamtarr:
container_name: yamtarr
image: ghcr.io/fuzzygrim/yamtarr
yamtrack:
container_name: yamtrack
image: ghcr.io/fuzzygrim/yamtrack
restart: unless-stopped
environment:
- TMDB_API=TMDB_API_KEY
- MAL_API=MAL_API_KEY
- SECRET=long_random_string
# Change this to your domain or IP
- ALLOWED_HOSTS=192.168.x.x, yamtarr.domain.com
- ALLOWED_HOSTS=192.168.x.x, yamtrack.domain.com
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
@@ -22,4 +22,4 @@ services:
- "8000:8000"
volumes:
media:
media: