mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Enable self-signed SSL certificate generation for UI services in iso-prod development files
This commit is contained in:
parent
e22b901e6b
commit
d08eec138b
6 changed files with 6 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ services:
|
|||
- "bunkerweb.REVERSE_PROXY_URL=/admin"
|
||||
- "bunkerweb.REVERSE_PROXY_HOST=http://bw-ui:7000"
|
||||
- "bunkerweb.INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504"
|
||||
- "bunkerweb.GENERATE_SELF_SIGNED_SSL=yes"
|
||||
- bunkerweb.CUSTOM_CONF_MODSEC_CRS_ip-host=SecRuleRemoveById 920350
|
||||
|
||||
bw-db:
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ services:
|
|||
- "bunkerweb.REVERSE_PROXY_URL=/admin"
|
||||
- "bunkerweb.REVERSE_PROXY_HOST=http://bw-ui:7000"
|
||||
- "bunkerweb.INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504"
|
||||
- "bunkerweb.GENERATE_SELF_SIGNED_SSL=yes"
|
||||
|
||||
bw-db:
|
||||
image: mariadb:11
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ services:
|
|||
- www.example.com_REVERSE_PROXY_URL=/admin
|
||||
- www.example.com_REVERSE_PROXY_HOST=http://bw-ui:7000
|
||||
- www.example.com_INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504
|
||||
- www.example.com_GENERATE_SELF_SIGNED_SSL=yes
|
||||
- www.example.com_CUSTOM_CONF_MODSEC_CRS_ip-host=SecRuleRemoveById 920350
|
||||
- app1.example.com_USE_REVERSE_PROXY=yes
|
||||
- app1.example.com_REVERSE_PROXY_URL=/
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ services:
|
|||
- www.example.com_REVERSE_PROXY_URL=/admin
|
||||
- www.example.com_REVERSE_PROXY_HOST=http://bw-ui:7000
|
||||
- www.example.com_INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504
|
||||
- www.example.com_GENERATE_SELF_SIGNED_SSL=yes
|
||||
- app1.example.com_USE_REVERSE_PROXY=yes
|
||||
- app1.example.com_REVERSE_PROXY_URL=/
|
||||
- app1.example.com_REVERSE_PROXY_HOST=http://app1:8080
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ www.example.com_USE_REVERSE_PROXY=yes
|
|||
www.example.com_REVERSE_PROXY_URL=/admin
|
||||
www.example.com_REVERSE_PROXY_HOST=http://127.0.0.1:7000
|
||||
www.example.com_INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504
|
||||
www.example.com_GENERATE_SELF_SIGNED_SSL=yes
|
||||
|
|
|
|||
|
|
@ -18,4 +18,5 @@ www.example.com_USE_REVERSE_PROXY=yes
|
|||
www.example.com_REVERSE_PROXY_URL=/admin
|
||||
www.example.com_REVERSE_PROXY_HOST=http://127.0.0.1:7000
|
||||
www.example.com_INTERCEPTED_ERROR_CODES=400 404 405 413 429 500 501 502 503 504
|
||||
www.example.com_GENERATE_SELF_SIGNED_SSL=yes
|
||||
EXTERNAL_PLUGIN_URLS=https://github.com/bunkerity/bunkerweb-plugins/archive/refs/heads/dev.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue