Sign inSign up

katorly/ovh-auto-buy-ksa

By katorly

Updated almost 2 years ago

Image
2

296

katorly/ovh-auto-buy-ksa repository overview

This image is deprecated. Please use https://hub.docker.com/r/katorly/ovh-auto-buy instead.

Docker

docker run -e APP_KEY="your_app_key" \
           -e APP_SECRET="your_app_secret" \
           -e CONSUMER_KEY="your_consumer_key" \
           -e REGION="your_region" \
           -e TG_TOKEN="tg_bot_token" \
           -e TG_CHATID="your_tg_chatid" \
           -e IAM="your_iam" \
           -e ZONE="your_zone" \
           katorly/ovh-auto-buy-ksa:latest

docker-compose.yml

services:
  go-app:
    image: katorly/ovh-auto-buy-ksa:latest
    environment:
      APP_KEY: "your_app_key"           # OVH的应用key
      APP_SECRET: "your_app_secret"     # OVH的应用secret
      CONSUMER_KEY: "your_consumer_key" # OVH的消费者key
      REGION: "your_region"             # 区域设置为, e.g. ovh-eu
      TG_TOKEN: "tg_bot_token"          # 你的Telegram Bot Token
      TG_CHATID: "your_tg_chatid"       # 你希望发送消息的Telegram Chat ID
      IAM: "your_iam"                   # 你的标识, e.g. go-ovh-ie
      ZONE: "your_zone"                 # OVH子公司区域设置, e.g. IE

Credit: https://blog.yessure.org/index.php/archives/203

Tag summary

Content type

Image

Digest

sha256:3a383e329

Size

290.3 MB

Last updated

almost 2 years ago

docker pull katorly/ovh-auto-buy-ksa