mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Promotheus is on port 9090
This commit is contained in:
parent
5af9a0f46e
commit
dfe34d217c
2 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 9090,
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"addons": {
|
"addons": {
|
||||||
"localstorage": {},
|
"localstorage": {},
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
||||||
|
|
||||||
EXPOSE 8000
|
|
||||||
|
|
||||||
RUN mkdir -p /app/data/runtime /app/data/config && \
|
RUN mkdir -p /app/data/runtime /app/data/config && \
|
||||||
chown -R cloudron:cloudron /app/data/runtime /app/data/config
|
chown -R cloudron:cloudron /app/data/runtime /app/data/config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue