|
|
@@ -44,31 +44,40 @@ services:
|
|
|
# algometic.com->http://vsu-dolphin:80 #staging'
|
|
|
# DOMAINS: '
|
|
|
# algometic.com=>www.algometic.com,
|
|
|
-# www.algometic.com->http://vorsprung:8280 #production,
|
|
|
-# mango.algometic.com->http://vorsprung:8111 #production,
|
|
|
-# ocd.algometic.com->http://vorsprung:1234 #production,
|
|
|
-# code.algometic.com->http://vorsprung:9980 #production,
|
|
|
-# 58985620.algometic.com->http://vorsprung:8055 #production,
|
|
|
-# melody.algometic.com->http://vorsprung:9045 #production,
|
|
|
-# metrics.algometic.com->http://vorsprung:3000 #production,
|
|
|
-# books.algometic.com->http://vorsprung:8783 #production,
|
|
|
-# syn.algometic.com->http://vorsprung:9081 #production,
|
|
|
-# slot.algometic.com->http://vorsprung:9981 #production,
|
|
|
-# slot1234.algometic.com->http://vorsprung:1235 #production,
|
|
|
+# www.algometic.com->http://vorsprung.local:8280 #production,
|
|
|
+# mango.algometic.com->http://vorsprung.local:8111 #production,
|
|
|
+# ocd.algometic.com->http://vorsprung.local:1234 #production,
|
|
|
+# code.algometic.com->http://vorsprung.local:9980 #production,
|
|
|
+# 58985620.algometic.com->http://vorsprung.local:8055 #production,
|
|
|
+# melody.algometic.com->http://vorsprung.local:9045 #production,
|
|
|
+# metrics.algometic.com->http://vorsprung.local:3000 #production,
|
|
|
+# books.algometic.com->http://vorsprung.local:8783 #production,
|
|
|
+# syn.algometic.com->http://vorsprung.local:9081 #production,
|
|
|
+# slot.algometic.com->http://vorsprung.local:9981 #production,
|
|
|
+# slot1234.algometic.com->http://vorsprung.local:1235 #production,
|
|
|
# '
|
|
|
+#
|
|
|
+# if you are getting a 502 bad gateway error (111:connection refused) while
|
|
|
+# connecting to upstream, verify the redirection actually is accessible from
|
|
|
+# within https-portal to the destination.
|
|
|
+# For instance, specifying the hostname vorsprung without the .local
|
|
|
+# domain name resolves to 127.0.0.1, which of course wouldn't work because
|
|
|
+# the service is not running on https-portal. The proper fix is to
|
|
|
+# use vorspurng.local which resolves to 192.168.1.124
|
|
|
+#
|
|
|
|
|
|
DOMAINS: '
|
|
|
algometic.com=>www.algometic.com,
|
|
|
- www.algometic.com->http://vorsprung:8280 #production,
|
|
|
- mango.algometic.com->http://vorsprung:8111 #production,
|
|
|
- ocd.algometic.com->http://vorsprung:1235 #production,
|
|
|
- code.algometic.com->http://vorsprung:9981 #production,
|
|
|
- 58985620.algometic.com->http://vorsprung:8055 #production,
|
|
|
- melody.algometic.com->http://vorsprung:9045 #production,
|
|
|
- metrics.algometic.com->http://vorsprung:3000 #production,
|
|
|
- books.algometic.com->http://vorsprung:8783 #production,
|
|
|
- syn.algometic.com->http://vorsprung:9081 #production,
|
|
|
- git.algometic.com->http://vorsprung:3079 #production,
|
|
|
+ www.algometic.com->http://vorsprung.local:8280 #production,
|
|
|
+ mango.algometic.com->http://vorsprung.local:8111 #production,
|
|
|
+ ocd.algometic.com->http://vorsprung.local:1235 #production,
|
|
|
+ code.algometic.com->http://vorsprung.local:9981 #production,
|
|
|
+ 58985620.algometic.com->http://vorsprung.local:8055 #production,
|
|
|
+ melody.algometic.com->http://vorsprung.local:9045 #production,
|
|
|
+ metrics.algometic.com->http://vorsprung.local:3000 #production,
|
|
|
+ books.algometic.com->http://vorsprung.local:8783 #production,
|
|
|
+ syn.algometic.com->http://vorsprung.local:9081 #production,
|
|
|
+ git.algometic.com->http://vorsprung.local:3079 #production,
|
|
|
'
|
|
|
|
|
|
|