Skip to content

Commit

Permalink
feat: Bump to Vigicrues 1.2.0 (close #168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Sep 8, 2020
1 parent fad60bb commit d7cbae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ THREDDS_XMS_SIZE=4G

# Vigicrues
VIGICRUES_IMAGE=kalisio/k-vigicrues
VIGICRUES_TAG=1.1.0
VIGICRUES_TAG=1.2.0
VIGICRUES_TTL=2592000
VIGICRUES_CRON="0 * */3 * * *"
VIGICRUES_DEBUG=
Expand Down
4 changes: 3 additions & 1 deletion docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,10 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| Variable | Description | Default value |
| --- | --- | --- |
| `VIGICRUES_IMAGE` | The image to be used. | `kalisio/k-vigicrues` |
| `VIGICRUES_TAG` | The tag of the image to be used for scraping the stations. | `1.1.0` |
| `VIGICRUES_TAG` | The tag of the image to be used for scraping the stations. | `1.2.0` |
| `VIGICRUES_DB_URL` | The database URL where to write the data. | - |
| `VIGICRUES_TTL` | The forecasts data time to live. It must be expressed in seconds. | `2592000` (30 days) |
| `VIGICRUES_CRON` | The cron expression used to run the job. | `0 * */3 * * *` (every 3 hours) |
| `VIGICRUES_DEBUG` | The namespaces to enable debug output. Set it to `krawler*` to enable full debug output. | `` |

### Weacast
Expand Down

0 comments on commit d7cbae0

Please sign in to comment.