feat: Initial observations endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user