Make CALLBACK_URL and secret configurable through the env

This commit is contained in:
2026-02-10 17:00:59 +01:00
parent 339118d89f
commit 01bc815bde
5 changed files with 68 additions and 7 deletions

View File

@@ -38,7 +38,8 @@ services:
environment:
- PORT=3080
- BIND_ADDRESS=0.0.0.0
- CALLBACK_URL=http://10.88.0.1:3080
#- CALLBACK_SECRET=**************************************************
volumes:
# Required for fail2ban-ui: Stores SQLite database, application settings, and SSH keys of the fail2ban-ui container
- ./config:/config:Z