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: services:
nginx: tvm3u:
image: git.shihaam.dev/dockerfiles/nginx-full:latest image: nginx
container_name: nginx container_name: tvm3u
hostname: nginx hostname: tvm3u
ports: ports:
- 80:80 - 8080:80
- 443:443
volumes: volumes:
- /etc/ssl:/etc/ssl:ro
- ./nginx/redirects:/etc/nginx/redirects - ./nginx/redirects:/etc/nginx/redirects
- ./nginx/sites-available:/etc/nginx/sites-available - ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
- ./nginx/sites-enabled:/etc/nginx/sites-enabled
- ./html:/var/www/html - ./html:/var/www/html
restart: unless-stopped restart: unless-stopped
go2rtc:
image: alexxit/go2rtc
ports:
- 1984:1984
volumes:
- ./go2rtc:/config"
restart: unless-stopped