Merge branch 'master' of git.bizmatch.net:aknuth/docker
This commit is contained in:
commit
4a5222a781
|
|
@ -7,7 +7,7 @@
|
||||||
# Prod: Neue Domains
|
# Prod: Neue Domains
|
||||||
www.bizmatch.net {
|
www.bizmatch.net {
|
||||||
handle /pictures/* {
|
handle /pictures/* {
|
||||||
root * /home/aknuth/git/bizmatch-project-prod/bizmatch-server # Prod-Ordner
|
root * /home/aknuth/git/bizmatch-project/bizmatch-server # Prod-Ordner
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
handle {
|
handle {
|
||||||
|
|
@ -201,7 +201,17 @@ app.email-bayarea.com {
|
||||||
|
|
||||||
encode gzip
|
encode gzip
|
||||||
}
|
}
|
||||||
|
# Roundcube für docker-mailserver
|
||||||
|
config.email-bayarea.com {
|
||||||
|
reverse_proxy host.docker.internal:3008
|
||||||
|
|
||||||
|
log {
|
||||||
|
output stderr
|
||||||
|
format console
|
||||||
|
}
|
||||||
|
|
||||||
|
encode gzip
|
||||||
|
}
|
||||||
# IMAP/SMTP Server für E-Mail-Clients
|
# IMAP/SMTP Server für E-Mail-Clients
|
||||||
email-srvr.com {
|
email-srvr.com {
|
||||||
# Für E-Mail-Client-Konfiguration (Autodiscover)
|
# Für E-Mail-Client-Konfiguration (Autodiscover)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue