[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:
|
||||
- /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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue