20 lines
416 B
YAML
20 lines
416 B
YAML
services:
|
|
tvm3u:
|
|
image: nginx
|
|
container_name: tvm3u
|
|
hostname: tvm3u
|
|
ports:
|
|
- 8080:80
|
|
volumes:
|
|
- ./nginx/redirects:/etc/nginx/redirects
|
|
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
|
- ./html:/var/www/html
|
|
restart: unless-stopped
|
|
go2rtc:
|
|
image: alexxit/go2rtc
|
|
ports:
|
|
- 1984:1984
|
|
volumes:
|
|
- ./go2rtc:/config"
|
|
restart: unless-stopped
|