Wrote my own Http-Server.

ASP-NET can **** my **** and *** :)
This commit is contained in:
2023-06-20 23:15:56 +02:00
parent d5b7645cd2
commit cdd2d94ba1
15 changed files with 522 additions and 356 deletions

View File

@ -7,7 +7,7 @@ services:
- ./tranga:/usr/share/Tranga-API #1 when replacing ./tranga replace #2 with same value
- ./Manga:/Manga
ports:
- 6531:80
- "6531:6531"
restart: unless-stopped
tranga-website:
image: glax/tranga-website:latest
@ -15,7 +15,7 @@ services:
volumes:
- ./tranga/imageCache:/usr/share/nginx/html/imageCache:ro #2 when replacing Point to same value as #1/imageCache
ports:
- 9555:80
- "9555:80"
depends_on:
- tranga-api
restart: unless-stopped