--- version: "3.9" services: app: build: context: . ports: - "8080:80" env_file: - .env