Skip to content

Pz2Or/eewbot-go-arm64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eewbot-go

docker compose

services:
  app:
    image: docker.io/nexryai/eew-bot:latest
    restart: always
    environment:
      - MISSKEY_TOKEN=TOKEN
      - DISCORD_WEBHOOK=WEBHOOKURL
      # For Misskey v12 Servers(hotfix)
      - USE_CURL=1
      # 5弱以上じゃないとDiscordに通知しない設定
      - DISCORD_SILENT=1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.2%
  • Dockerfile 10.8%