add go2rtc and simpler nginx
This commit is contained in:
22
compose.yml
22
compose.yml
@@ -1,15 +1,19 @@
|
||||
services:
|
||||
nginx:
|
||||
image: git.shihaam.dev/dockerfiles/nginx-full:latest
|
||||
container_name: nginx
|
||||
hostname: nginx
|
||||
tvm3u:
|
||||
image: nginx
|
||||
container_name: tvm3u
|
||||
hostname: tvm3u
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- 8080:80
|
||||
volumes:
|
||||
- /etc/ssl:/etc/ssl:ro
|
||||
- ./nginx/redirects:/etc/nginx/redirects
|
||||
- ./nginx/sites-available:/etc/nginx/sites-available
|
||||
- ./nginx/sites-enabled:/etc/nginx/sites-enabled
|
||||
- ./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
|
||||
|
||||
Reference in New Issue
Block a user