docker: prometheus and grafana for development (#16649)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
12797586f9
Коммит
d5659adbd7
9
Makefile
9
Makefile
@@ -8,6 +8,15 @@ else
|
||||
PLATFORM := $(shell uname)
|
||||
endif
|
||||
|
||||
# Set an environment variable on Linux used to resolve `docker.host.internal` inconsistencies with
|
||||
# docker. This can be reworked once https://github.com/docker/for-linux/issues/264 is resolved
|
||||
# satisfactorily.
|
||||
ifeq ($(PLATFORM),Linux)
|
||||
export IS_LINUX = -linux
|
||||
else
|
||||
export IS_LINUX =
|
||||
endif
|
||||
|
||||
IS_CI ?= false
|
||||
# Build Flags
|
||||
BUILD_NUMBER ?= $(BUILD_NUMBER:)
|
||||
|
||||
Ссылка в новой задаче
Block a user