mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 23:06:40 +00:00
7 lines
119 B
YAML
7 lines
119 B
YAML
version: '3'
|
|
services:
|
|
telegram:
|
|
build:
|
|
context: .
|
|
dockerfile: telegram/Dockerfile
|
|
env_file: .env |