python-telegram-bot/docker-compose.yml

14 lines
244 B
YAML
Raw Permalink Normal View History

2023-06-24 14:17:08 +03:00
version: "3"
services:
bot:
build:
context: "."
dockerfile: Dockerfile
# environment:
# - TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
# volumes:
# - "/codebase:/codebase"
# - "/storage:/storage"
restart: always