Add scripts/prometheus/launch-docker.sh
Build Docker Image for Actions / Check-If-Rebuild (push) Successful in 9s Details
Code Quality Test / Quality-Check (push) Successful in 6s Details
Build Docker Image for Actions / Build-Image (push) Successful in 48s Details
Environment Setup Test / Setup (push) Successful in 1m56s Details

main
drunkendog 2023-12-20 03:33:37 +00:00
parent a6901f7a1e
commit bc4a1931ff
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
docker run -d --net main_subnet --ip 172.30.27.1 \
-v /opt/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml \
-v /opt/prometheus/data:/prometheus \
--name=prometheus \
--restart unless-stopped \
prom/prometheusdocker