version: "3.8" services: app: build: . ports: - "5000:80" volumes: - .:/app container_name: trhlina-bar env_file: - config.env