1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Add discord bot

This commit is contained in:
Steffo 2023-02-07 01:47:55 +01:00
parent 53644788ea
commit 535094801c
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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