mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 09:34:21 +00:00
Add discord bot
This commit is contained in:
parent
53644788ea
commit
535094801c
1 changed files with 13 additions and 0 deletions
|
@ -15,3 +15,16 @@ services:
|
|||
resources:
|
||||
limits:
|
||||
memory: 64M
|
||||
|
||||
discord:
|
||||
image: "ghcr.io/steffo99/patched-porobot:latest"
|
||||
command: "patched_porobot_discord"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "$PORO_CARDS_DIR:/usr/src/patched_porobot/data"
|
||||
env_file:
|
||||
- stack.env
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 64M
|
||||
|
|
Loading…
Reference in a new issue