Update beta and production beamer accessories to expose port 9000

This commit is contained in:
Lewis Buckley
2025-09-23 15:32:02 +01:00
parent 672623fd88
commit 3fde76b1e7
2 changed files with 6 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-beta-app-01
- fizzy-beta-app-101
+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-app-101
- fizzy-app-102