feat: http->https upgrade server

This commit is contained in:
2026-04-14 22:44:43 +02:00
parent 814ff9aba1
commit 99d49e22bd
8 changed files with 271 additions and 168 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ services:
build: .
restart: unless-stopped
ports:
- "${PORT}:8080"
- "80:80"
- "443:443"
volumes:
- "./data:/data"
- "./letsencrypt:/etc/letsencrypt"