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