mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
feat(build): add a build target for deploying to heroku
This commit is contained in:
@@ -7,4 +7,3 @@ ui/build
|
||||
ui/coverage
|
||||
ui/node_modules
|
||||
vendor
|
||||
Dockerfile.web
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
FROM alpine:latest
|
||||
COPY --from=lmierzwa/unsee:latest /unsee /unsee
|
||||
RUN adduser -D unsee
|
||||
USER unsee
|
||||
ENV LOG_CONFIG=false
|
||||
ENV ALERTMANAGER_INTERVAL=2400h
|
||||
ENV ALERTMANAGER_URI=file:///mock
|
||||
ENV LABELS_COLOR_UNIQUE="@receiver instance cluster"
|
||||
ENV LABELS_COLOR_STATIC="job"
|
||||
ENV FILTERS_DEFAULT="@receiver=by-cluster-service"
|
||||
COPY internal/mock/0.15.2 /mock
|
||||
CMD /unsee
|
||||
Reference in New Issue
Block a user