File tree Expand file tree Collapse file tree 6 files changed +184
-61
lines changed
Expand file tree Collapse file tree 6 files changed +184
-61
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ HYPERDX_API_URL=http://hyperdx-ui
1919HYPERDX_API_PORT = 8000
2020HYPERDX_APP_URL = http://hyperdx-ui
2121HYPERDX_APP_PORT = 8081
22- # FRONTEND_URL=<URL> - ссылка на доменное имя
23-
22+ # FRONTEND_URL=<URL> - ссылка на полное доменное имя
23+ # HYPERDX_BASE_PATH=/ (без url)
24+ # NEXT_PUBLIC_HYPERDX_BASE_PATH=/hyperdx (без url)
25+
2426MINIO_SERVER_URL = http://minio:9000
2527MINIO_BROWSER_REDIRECT_URL = http://minio:9001 # http://minio:9001/console - если production
2628
Original file line number Diff line number Diff line change @@ -167,14 +167,14 @@ Bearer <admin-token> (application.properties)
167167
168168## URL
169169
170- ### Адреса для production (пример: schedule-imsit .ru)
171-
172- - HyperDX: https://schedule-imsit .ru
173- - MinIO: https://schedule-imsit .ru/console/
174- - pgAdmin: https://schedule-imsit .ru/pgadmin/
175- - Grafana: https://schedule-imsit .ru/grafana/
176- - API Swagger: https://schedule-imsit .ru/schedule/
177- - Redis: tcp://schedule-imsit .ru:6379
170+ ### Адреса для production (пример: myimsit .ru)
171+
172+ - HyperDX: https://admin.myimsit .ru
173+ - MinIO: https://admin.myimsit .ru/console/
174+ - pgAdmin: https://admin.myimsit .ru/pgadmin/
175+ - Grafana: https://admin.myimsit .ru/grafana/
176+ - API Swagger: https://api.myimsit .ru/schedule/
177+ - Redis: tcp://myimsit .ru:6379
178178
179179### Адреса для теста
180180
Original file line number Diff line number Diff line change @@ -242,6 +242,8 @@ services:
242242 - HYPERDX_APP_URL=${HYPERDX_APP_URL}
243243 - HYPERDX_APP_PORT=${HYPERDX_APP_PORT}
244244 # - FRONTEND_URL=${FRONTEND_URL} - для production
245+ # - HYPERDX_BASE_PATH=${HYPERDX_BASE_PATH} - для production
246+ # - NEXT_PUBLIC_HYPERDX_BASE_PATH=${NEXT_PUBLIC_HYPERDX_BASE_PATH} - для production
245247
246248 - TZ=Europe/Moscow
247249 ports :
You can’t perform that action at this time.
0 commit comments