docker build -t --name fuelhook .
docker run -d --name fuelhook fuelhook
- TZ - Sets the timezone for logs (uses tzdata format, e.g. "Australia/Brisbane". Defaults to UTC)
- REGION - Selects the region (or state) that you'd like to retrieve fuel prices for. This is one of All, VIC, NSW, QLD, WA. On top of this, there is also All-2, VIC-2, NSW-2, QLD-2, WA-2, All-3, VIC-3, NSW-3, QLD-3, WA-3. These represent the 2nd and 3rd best prices for each respective region.
- FUEL_TYPES - Selects the fuel types you want to get prices for. Must be structured as a JSON list (e.g.
'["E10", "U91", "U98"]'
) - WEBHOOK_URL - Sets the URL for your webhook (Discord-compatible, may work with other webhooks)