1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
TelegramEDT-Docker/docker-compose.yml
2020-02-25 08:12:13 +01:00

15 lines
325 B
YAML

version: '3'
services:
bot:
build: .
networks:
- nginx
volumes:
- ./TelegramEDT:/TelegramEDT
env_file:
- webhook_secret.env
networks:
nginx:
external: true