Delegate TLS termination to the nginx reverse proxy

The app now listens on plain HTTP (127.0.0.1:5023 only) instead of
binding 443 and terminating TLS itself. Nginx handles TLS for
iptv.mrk.ovh and proxies to the app internally.
This commit is contained in:
ubuntu
2026-08-30 11:47:25 +00:00
parent 3eb0d5e8cd
commit df36139bd5
2 changed files with 3 additions and 12 deletions
+1 -3
View File
@@ -24,11 +24,9 @@ services:
networks:
- app-network
volumes:
- /etc/letsencrypt/:/home/letsencrypt/:rw
- /home/ubuntu/serverIPTV/:/home/:rw
ports:
- "5023:5023"
- "443:443"
- "127.0.0.1:5023:5023"
networks:
app-network: