This commit is contained in:
@@ -92,6 +92,10 @@ Then execute
|
||||
docker-compose build --no-cache --pull
|
||||
```
|
||||
|
||||
Using Heroku free tier:
|
||||
|
||||
[Deploy to Heroku](https://heroku.com/deploy?template=https://github.com/pictuga/morss)
|
||||
|
||||
## Run
|
||||
|
||||
morss will auto-detect what "mode" to use.
|
||||
|
9
heroku.yml
Normal file
9
heroku.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
setup:
|
||||
config:
|
||||
DEBUG: 1
|
||||
CACHE: diskcache
|
||||
CACHE_SIZE: 1073741824
|
||||
|
||||
build:
|
||||
docker:
|
||||
worker: Dockerfile
|
Reference in New Issue
Block a user