@@ -34,7 +34,7 @@ frontend logstash-lumberjack
3434 default_backend logstash-lumberjack
3535
3636frontend frontend-ssl
37- bind *:443 ssl crt /keystore /proxy.pem
37+ bind *:443 ssl crt /etc/ssl /proxy.pem
3838 mode http
3939 option httplog
4040
@@ -94,7 +94,7 @@ backend room
9494 option httplog
9595 option httpchk HEAD / HTTP/1.1 \ r\ nHost:localhost
9696 balance roundrobin
97- server room1 PLACEHOLDER_DOCKERHOST :30980 check
97+ server room1 room :9080 check
9898
9999backend roomjs
100100 mode http
@@ -107,33 +107,33 @@ backend map
107107 option httplog
108108 option httpchk GET /map/v1/health HTTP/1.1 \ r\ nHost:localhost
109109 balance roundrobin
110- server map1 PLACEHOLDER_DOCKERHOST :30947 ssl check check-ssl verify none
110+ server map1 map :9443 ssl check check-ssl verify none
111111
112112backend mediator
113113 mode http
114114 option httplog
115115 balance roundrobin
116- server mediator1 PLACEHOLDER_DOCKERHOST :30946 ssl check check-ssl verify none
116+ server mediator1 mediator :9443 ssl check check-ssl verify none
117117
118118backend auth
119119 mode http
120120 option httplog
121121 option httpchk GET /auth/health HTTP/1.1 \ r\ nHost:localhost
122122 balance roundrobin
123- server auth1 PLACEHOLDER_DOCKERHOST :30949 ssl check check-ssl verify none
123+ server auth1 auth :9443 ssl check check-ssl verify none
124124
125125backend player
126126 mode http
127127 option httplog
128128 balance roundrobin
129- server player1 PLACEHOLDER_DOCKERHOST :30943 ssl check check-ssl verify none
129+ server player1 player :9443 ssl check check-ssl verify none
130130
131131backend static-content
132132 mode http
133133 option httpchk HEAD / HTTP/1.1 \ r\ nHost:localhost
134134 option httplog
135135 balance roundrobin
136- server webapp1 PLACEHOLDER_DOCKERHOST :30880 check inter 1m
136+ server webapp1 webapp :8080 check inter 1m
137137
138138backend logstash-lumberjack
139139 mode tcp
0 commit comments