Add services and cleanup volumes
This commit is contained in:
parent
a14902ddf9
commit
acc83618f3
11 changed files with 97 additions and 35 deletions
caddy/config/conf.002.d
|
@ -3,11 +3,14 @@ matrix.msrg.cc {
|
|||
|
||||
reverse_proxy /_matrix/* synapse:8008
|
||||
reverse_proxy /_synapse/* synapse:8008
|
||||
}
|
||||
|
||||
handle_path /admin/* {
|
||||
rewrite * {path}
|
||||
reverse_proxy synapse-admin:80
|
||||
}
|
||||
admin.matrix.msrg.cc {
|
||||
import default
|
||||
|
||||
reverse_proxy /_matrix/* synapse:8008
|
||||
reverse_proxy /_synapse/* synapse:8008
|
||||
reverse_proxy synapse-admin:80
|
||||
}
|
||||
|
||||
msrg.cc:8008,
|
||||
|
|
Reference in a new issue