1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-07-22 06:01:40 +00:00

refactor telegram bot to use docker compose

This commit is contained in:
2023-09-03 01:29:10 -06:00
parent 68eca88034
commit 2ed995393b
11 changed files with 386 additions and 375 deletions

7
docker-compose.yaml Normal file
View File

@@ -0,0 +1,7 @@
version: '3'
services:
telegram:
build:
context: .
dockerfile: telegram/Dockerfile
env_file: .env