[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
122aa192b7
commit
8b8b0ad77c
1 changed files with 17 additions and 9 deletions
26
compose.yaml
26
compose.yaml
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue