feat: Initial observations endpoint

This commit is contained in:
2026-02-16 18:05:44 -05:00
parent c3ec4db852
commit 067e907718
10 changed files with 303 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# Name of your application. Used to uniquely configure containers.
# Name of your application. Used to uniquely configure containers.deploy
service: yockboard
# Name of the container image (use your-user/app-name on external registries).
@@ -7,7 +7,7 @@ image: yockboard
# Deploy to these servers.
servers:
web:
- 192.168.0.1
- 103.163.186.137
# job:
# hosts:
# - 192.168.0.1
@@ -20,9 +20,9 @@ servers:
#
# Don't use this when deploying to multiple web servers (then you have to terminate SSL at your load balancer).
#
# proxy:
# ssl: true
# host: app.example.com
proxy:
ssl: true
host: yockboard.yock.dev
# Where you keep your container images.
registry:
@@ -41,6 +41,7 @@ env:
secret:
- RAILS_MASTER_KEY
clear:
PORT: 3005
# Run the Solid Queue Supervisor inside the web server's Puma process to do jobs.
# When you start using multiple servers, you should split out job processing to a dedicated machine.
SOLID_QUEUE_IN_PUMA: true