mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 12:54:12 +02:00
fix typo
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
image: postgres:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- .\MediaManager\res\postgres:/var/lib/postgresql/data
|
||||
- .\backend\res\postgres:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_USER: MediaManager
|
||||
POSTGRES_DB: MediaManager
|
||||
@@ -18,12 +18,26 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- .\MediaManager\res\prowlarr:/config
|
||||
- .\backend\res\prowlarr:/config
|
||||
ports:
|
||||
- "9696:9696"
|
||||
ollama:
|
||||
image: ollama/ollama
|
||||
volumes:
|
||||
- .\MediaManager\res\ollama:/root/.ollama
|
||||
- .\backend\res\ollama:/root/.ollama
|
||||
ports:
|
||||
- "11434:11434"
|
||||
- "11434:11434"
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- WEBUI_PORT=8080
|
||||
- TORRENTING_PORT=6881
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user