Expose port 9000 for beamer now

This commit is contained in:
Lewis Buckley
2025-09-23 15:24:13 +01:00
parent ff6b9d4bd0
commit 83cdf567dd
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -27,10 +27,12 @@ accessories:
- BASECAMP_REGISTRY_PASSWORD
options:
user: 1000 # Match the UID of the Rails app, for volume permissions
publish:
- 5001:5001
- 9000:9000
volumes:
- fizzy:/home/beamer
cmd: beamer run --retention=1h --metrics-port=9000
port: 5001:5001
hosts:
- fizzy-staging-app-01
- fizzy-staging-app-101
+1 -1
View File
@@ -44,7 +44,7 @@ exporters:
service:
telemetry:
logs:
level: "info"
level: "debug"
pipelines:
metrics:
receivers: [prometheus]