simple look

This commit is contained in:
Para Dox
2025-04-27 22:30:57 +07:00
parent cbfe770a1a
commit 5c63c62859
3 changed files with 41 additions and 0 deletions

7
logging-proxy.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
logging-proxy:
build: .
ports:
- "8545:8545"
environment:
TARGET_URL: "${LOGGING_PROXY_TARGET_URL}"