mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-15 14:36:48 +00:00
13 lines
301 B
YAML
13 lines
301 B
YAML
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 |