File tree 4 files changed +14
-8
lines changed
4 files changed +14
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- ffmpeg
2
- libopenblas0-pthread
3
- libpq-dev
4
- libxdamage1
5
- libxfixes3
1
+ libidn12
2
+ # for idn-ruby on heroku-24 stack
3
+
4
+ # use https://github.com/heroku/heroku-buildpack-activestorage-preview
5
+ # in place for ffmpeg and its dependent packages to reduce slag size
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ worker: bundle exec sidekiq
11
11
#
12
12
# and let the main app use the separate app:
13
13
#
14
- # heroku config:set STREAMING_API_BASE_URL=wss://<streaming-app>.herokuapp.com -a <main-app>
14
+ # heroku config:set STREAMING_API_BASE_URL=wss://<streaming-app-random >.herokuapp.com -a <main-app>
Original file line number Diff line number Diff line change 90
90
}
91
91
},
92
92
"buildpacks" : [
93
+ {
94
+ "url" : " https://github.com/heroku/heroku-buildpack-activestorage-preview"
95
+ },
93
96
{
94
97
"url" : " https://github.com/heroku/heroku-buildpack-apt"
95
98
},
99
+ {
100
+ "url" : " heroku/nodejs"
101
+ },
96
102
{
97
103
"url" : " heroku/ruby"
98
104
}
99
105
],
100
106
"scripts" : {
101
107
"postdeploy" : " bundle exec rails db:migrate && bundle exec rails db:seed"
102
108
},
103
- "addons" : [" heroku-postgresql" , " heroku-redis" ]
109
+ "addons" : [" heroku-postgresql" , " heroku-redis" ],
110
+ "stack" : " heroku-24"
104
111
}
You can’t perform that action at this time.
0 commit comments