Skip to content

Commit

Permalink
Add RAILS_ENV, also increase server size
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflinwood committed Nov 6, 2023
1 parent 0bcb982 commit 2c27d08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flightcontrol.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"name": "Bullet Train Sidekiq",
"type": "fargate-worker",
"buildType": "nixpacks",
"cpu": 0.25,
"memory": 0.5,
"cpu": 0.5,
"memory": 1,
"minInstances": 1,
"maxInstances": 1,
"buildCommand": "",
"startCommand": "bundle exec sidekiq",
"envVariables": {
"RAILS_ENV":"production",
"DATABASE_URL": {
"fromService": {
"id": "db",
Expand Down

0 comments on commit 2c27d08

Please sign in to comment.