Export prometheus metrics (#286)

This commit is contained in:
evanpelle
2025-03-18 09:00:05 -07:00
committed by GitHub
parent fe3b4fb8cc
commit 70e348c94b
8 changed files with 208 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ if [ "$REGION" == "staging" ]; then
fi
echo "Starting new container for ${REGION} environment..."
docker run -d -p 80:80 \
docker run -d -p 80:80 -p 127.0.0.1:9090:9090 \
--restart=always \
$VOLUME_MOUNTS \
--log-driver json-file \