services: app: image: "golang:alpine" volumes: - "./:/app" working_dir: /app