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

@@ -11,6 +11,7 @@ services:
POSTGRES_PASSWORD: snqioxni1sw
POSTGRES_USER: xaicorp_admin
POSTGRES_DB: xaicorp_default
PGDATA: /data/xaicorp_pgdata
ports:
- 5432:5432

View File

@@ -21,13 +21,13 @@ services:
# syslog-address: "tcp+tls://logs6.papertrailapp.com:38577"
# tag: "{{.Name}}/{{.ID}}"
logging:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: sslproxy
# logging:
# driver: fluentd# tag: sslproxy
# options:
# fluentd-address: "logs.xai-corp.net:24224"
# fluentd-async-connect: 'true'
# logging:
# driver: syslog
# options:
@@ -54,7 +54,7 @@ services:
networks:
- ingress
- prod-private
# - prod-private
networks:
ingress:

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;
}
}