update docker and postgres installs

This commit is contained in:
2018-01-07 12:43:41 -05:00
parent 771dfabd69
commit bc08842d57
8 changed files with 121 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ server {
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains" always;
location / {
proxy_pass http://abc-api_nginx;
proxy_pass http://dkhost.xai-corp.net:8084;
}
}