Marked some unused, changed paths for jellyfin
This commit is contained in:
parent
27cca18ee9
commit
d9c9e4a7a5
|
@ -0,0 +1,11 @@
|
|||
version: '3'
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||
volumes:
|
||||
- ${HOMEASSISTANT_PATH}/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
network_mode: host
|
|
@ -4,11 +4,11 @@ services:
|
|||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
user: 1000:1001
|
||||
#user: 1000:1000
|
||||
network_mode: 'host'
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
- /mnt/data/storage/jellyfin/config:/config
|
||||
- /mnt/data/storage/jellyfin/cache:/cache
|
||||
- /mnt/hdd/Media:/media
|
||||
|
||||
#ports:
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
agent:
|
||||
ports:
|
||||
- '9001:9001'
|
||||
container_name: portainer_agent
|
||||
restart: always
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- '/var/lib/docker/volumes:/var/lib/docker/volumes'
|
||||
image: 'portainer/agent:2.18.2'
|
|
@ -1,17 +0,0 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
portainer-ce:
|
||||
ports:
|
||||
- '8000:8000'
|
||||
- '9443:9443'
|
||||
container_name: portainer
|
||||
restart: always
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- 'portainer_data:/data'
|
||||
image: 'portainer/portainer-ce:latest'
|
||||
|
||||
volumes:
|
||||
portainer_data:
|
||||
name: "portainer_data"
|
||||
external: true
|
Loading…
Reference in New Issue