mirror of
https://github.com/GHOSCHT/franz.git
synced 2025-04-18 16:43:18 +02:00
Add overwatch league token bot
This commit is contained in:
parent
36279f2f91
commit
0a891db381
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ services:
|
|||
volumes:
|
||||
- dropbot_p_data:/app/data
|
||||
restart: "unless-stopped"
|
||||
owl_tokenbot:
|
||||
#self-built image of https://github.com/ucarno/ow-league-tokens
|
||||
image: owl-token-bot
|
||||
container_name: owl_tokenbot
|
||||
entrypoint: [ "python", "./main.py", "nomenu", "--owl", "--owc", "--ids", "446264967" ]
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
dropbot_m_data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue