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