version: '3.8' services: web: build: . command: python main.py ports: - 8081:8081 env_file: - ./config.ini