1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-27 00:21:41 +00:00

update how requirements work

This commit is contained in:
2023-10-08 21:02:28 -06:00
parent 2d6cdc26b7
commit 5a02ffc3ce
39 changed files with 2583 additions and 2582 deletions

View File

@@ -1,13 +1,13 @@
version: '3'
services:
telegram:
build:
context: .
dockerfile: telegram/Dockerfile
image: registry.gitlab.com/simple-stock-bots/simple-telegram-stock-bot
env_file: .env
discord:
build:
context: .
dockerfile: discord/Dockerfile
version: '3'
services:
telegram:
build:
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