1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-25 23:51:32 +00:00

add discord bot

This commit is contained in:
2023-09-03 12:46:18 -06:00
parent 4cf0330734
commit e4280d808b
5 changed files with 297 additions and 0 deletions

View File

@@ -5,4 +5,9 @@ services:
context: .
dockerfile: telegram/Dockerfile
image: registry.gitlab.com/simple-stock-bots/simple-telegram-stock-bot
env_file: .env
discord:
build:
context: .
dockerfile: discord/Dockerfile
env_file: .env