Switched to static config embedded in python code to environment based variables.

This commit is contained in:
edschuy95 2025-07-17 00:04:49 -04:00
parent e7786593e1
commit 0fc9aee963
30 changed files with 5794 additions and 26 deletions

View file

@ -4,4 +4,6 @@ services:
container_name: webhook-proxy
restart: unless-stopped
ports:
- "5000:5000"
- "5000:5000"
volumes:
- .env:/app/.env