version: "3" services: web: build: . command: "python main.py" volumes: - .:/code ports: - "8080:8080"