version: "3.8" services: app: build: . command: python app.py ports: - "5000:5000" volumes: - .:/app container_name: trhlina-bar