[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2026-02-06 10:19:47 +01:00
parent 122aa192b7
commit 8b8b0ad77c

View file

@ -10,7 +10,8 @@ services:
volumes:
- /app-config/emby:/config
- /app-config/backup:/backup
- /data:/data:ro
- data:/data:ro
- chris:/chris
- /transcode:/tmp
environment:
- TZ=Europe/Berlin
@ -29,12 +30,19 @@ services:
networks:
- emby_chris_network
frpc:
image: snowdreamtech/frpc
container_name: frpc
restart: always
networks:
- emby_chris_network
volumes:
- /app-config/frpc/frpc.toml:/etc/frp/frpc.toml
volumes:
data:
name: emby_data
driver: local
driver_opts:
device: :/volume1/nas
o: addr=192.168.5.100,nolock,soft,rw
type: nfs
chris:
name: chris_data
driver: local
driver_opts:
device: :/volume1/chris
o: addr=192.168.5.100,nolock,soft,rw
type: nfs