Skip to content

Commit 3a767bf

Browse files
committed
docs: add prometheus metrics port
1 parent 62fba96 commit 3a767bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ services:
1515
image: ghcr.io/kimdre/doco-cd:latest
1616
restart: unless-stopped
1717
ports:
18-
- "80:80"
18+
- "80:80" # Webhook endpoint
19+
- "9090:9090" # Prometheus metrics
1920
# For all available environment variables and explanations, see https://github.com/kimdre/doco-cd/wiki/App-Settings
2021
environment:
2122
TZ: Europe/Berlin

docs

Submodule docs updated from 2024c1c to 51fec80

0 commit comments

Comments
 (0)