Run Beamer primary on beta as well

Although we aren't currently replicating anywhere there, this allows us
to still capture transactions, and trim the old ones. It also keeps beta
a little closer in configuration to production.
This commit is contained in:
Kevin McConnell
2025-04-23 11:00:20 +01:00
parent e66151112c
commit 330ac16923
+22
View File
@@ -9,3 +9,25 @@ servers:
proxy:
hosts:
- fizzy.37signals.works # the single tenant is named "fizzy"
x-beamer-accessory: &beamer-accessory
image: basecamp/beamer
registry:
username: bcbot
password:
- BASECAMP_REGISTRY_PASSWORD
options:
user: 1000 # Match the UID of the Rails app, for volume permissions
volumes:
- fizzy:/storage
accessories:
beamer-primary:
<<: *beamer-accessory
service: beamer-primary
cmd: beamer primary --remove-after=1h --dir=/storage
port: 5000:80
roles:
- web