mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-19 06:53:14 +02:00
Make CALLBACK_URL and secret configurable through the env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user