File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ services:
96
96
MB3_FRONTEND_URL : " http://${MB3_FRONTEND_HOST}:${MB3_FRONTEND_PORT}"
97
97
MB3_FRONTEND_BASE_URL : " ${MB3_FRONTEND_BASE_URL}"
98
98
MB3_FRONTEND_VERSION : " ${MB3_FRONTEND_VERSION}"
99
- EXPORT_SERVICE_URL : " http://localhost :${EXPORT_SERVICE_PORT}"
99
+ EXPORT_SERVICE_URL : " http://${EXPORT_SERVICE_HOST} :${EXPORT_SERVICE_PORT}"
100
100
EXPORT_SERVICE_URL_INTERNAL : " http://${EXPORT_SERVICE_HOST_INTERNAL}:${EXPORT_SERVICE_PORT_INTERNAL}"
101
101
GOOGLE_SEARCH_CONSOLE_KEY : " ${GOOGLE_SEARCH_CONSOLE_KEY}"
102
102
DISTRIBUTOR_TEXT : " ${DISTRIBUTOR_TEXT}"
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ DB_LOCAL_PATH=./../data/postgres-data
31
31
# The port where the API is exposed for frontend and application usage
32
32
MB3_API_PORT=8081
33
33
34
+ # The host where the API is running
35
+ MB3_API_HOST=localhost
36
+
34
37
# The port used internally by the server
35
38
MB3_SERVER_PORT=8080
36
39
@@ -62,6 +65,9 @@ SIMILARITY_SERVICE_VERBOSE=false
62
65
# The port where the similarity service is exposed
63
66
EXPORT_SERVICE_PORT=8083
64
67
68
+ # The hostname of the export-service
69
+ EXPORT_SERVICE_HOST=localhost
70
+
65
71
# The MassBank-data repository path
66
72
EXPORT_MB_DATA_DIRECTORY=./../data/MassBank-data
67
73
@@ -75,9 +81,6 @@ EXPORT_SERVICE_HOST_INTERNAL=export-service
75
81
# Frontend configuration
76
82
# ----------------------
77
83
78
- # The host where the API is running
79
- MB3_API_HOST=localhost
80
-
81
84
# The host where the frontend is running
82
85
MB3_FRONTEND_HOST=localhost
83
86
You can’t perform that action at this time.
0 commit comments