version: '3' services: radiobot: build: context: . dockerfile: Dockerfile env_file: - .env command: python3 main.py restart: always