forked from bitcoin-dev-project/warnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
537 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Use an official Python runtime as the base image | ||
FROM python:3.12-slim | ||
|
||
# Python dependencies | ||
#RUN pip install --no-cache-dir prometheus_client | ||
|
||
# Prometheus exporter script for bitcoind | ||
COPY src / | ||
|
||
# -u: force the stdout and stderr streams to be unbuffered | ||
CMD ["python", "-u", "/scenario.py"] |
File renamed without changes.
Oops, something went wrong.