1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00
Simple-Stock-Bot/docker-compose.yaml
2023-10-15 15:32:24 -06:00

12 lines
225 B
YAML

version: '3'
services:
telegram:
build:
context: .
dockerfile: telegram/Dockerfile
env_file: .env
discord:
build:
context: .
dockerfile: discord/Dockerfile
env_file: .env