version: "3.9" services: webapp: build: context: . dockerfile: webapp.Dockerfile container_name: "webapp" ports: - "8081:8081"