1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-15 14:56:40 +00:00
Simple-Stock-Bot/docker-compose.yaml
2024-05-13 03:51:14 +00:00

13 lines
227 B
YAML

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