mirror of
https://github.com/Balshgit/pydio.git
synced 2025-09-11 19:50:40 +03:00
public fqdn
This commit is contained in:
parent
c520316d52
commit
bcd98b8e36
@ -1,3 +1,15 @@
|
||||
:8080 {
|
||||
reverse_proxy cells1:8080
|
||||
{
|
||||
https_port 8080
|
||||
skip_install_trust
|
||||
local_certs
|
||||
}
|
||||
bot.{$RU_DOMAIN} {
|
||||
reverse_proxy {
|
||||
to https://cells1:8080
|
||||
transport http {
|
||||
tls
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
tls internal
|
||||
}
|
@ -13,7 +13,9 @@ x-cells: &cells-common
|
||||
# - CELLS_CERTS_STORE=vault://vault:8200/caddycerts
|
||||
- CELLS_CACHE=redis://redis:6379
|
||||
# - CELLS_ENABLE_PPROF=true
|
||||
- CELLS_BIND_ADDRESS=0.0.0.0
|
||||
# - CELLS_BIND_ADDRESS=0.0.0.0
|
||||
- CELLS_BIND=${PUBLIC_FQDN}:443
|
||||
- CELLS_EXTERNAL=https://${PUBLIC_FQDN}
|
||||
# - VAULT_TOKEN=${VAULT_ROOT_TOKEN}
|
||||
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user