update docker and postgres installs
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user