Skip to content

Commit ac3d097

Browse files
committed
quotaguard support
1 parent 02dc1f1 commit ac3d097

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn 'service.microservice:start_service()' --log-file -
1+
web: bin/qgtunnel pipenv run gunicorn 'service.microservice:start_service()'

app.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"addons": [
3+
{
4+
"plan": "papertrail:choklad"
5+
},
6+
{
7+
"plan": "quotaguardstatic:starter"
8+
}
9+
],
10+
"buildpacks": [
11+
{
12+
"url": "heroku/python"
13+
},
14+
{
15+
"url": "https://github.com/SFDigitalServices/heroku-configvar-files-buildpack"
16+
}
17+
],
18+
"env": {
19+
},
20+
"formation": {
21+
},
22+
"name": "email-microservice",
23+
"scripts": {
24+
"postdeploy": "pipenv run alembic upgrade head"
25+
},
26+
"stack": "heroku-20"
27+
}

bin/qgtunnel

7.17 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
QUOTAGUARD_TUNNEL:.qgtunnel

0 commit comments

Comments
 (0)