modular parser framework

This commit is contained in:
Hadrian Burkhardt
2026-05-21 08:21:49 +00:00
parent 1223791074
commit cf5348a0c8
35 changed files with 452 additions and 166 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ services:
build: .
restart: unless-stopped
environment:
BASE_URL: ${BASE_URL}
BASE_URL: ${PARSER_URL}
LISTEN_PORT: 3080
expose:
- "3080"
@@ -18,7 +18,7 @@ services:
- "443:443"
- "443:443/udp"
environment:
PUBLIC_HOST: ${PUBLIC_HOST}
PARSER_HOST: ${PARSER_HOST}
GITEA_HOST: ${GITEA_HOST}
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro