add go2rtc and simpler nginx

This commit is contained in:
2025-06-06 18:31:05 +05:00
parent c96b390207
commit 67a1e3dccc

View File

@@ -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