1 2 3 4 5 6 7 8 9
version: '3' services: tgquiz-bot: build: . container_name: tgquiz_bot command: sh -c "python3 bot.py" environment: - production: true