version: "3" services: app: image: golang:1.13 working_dir: /app volumes: - .:/app - go-libs:/go/pkg command: ["sh", "-c", "go run cmd/main.go"] volumes: go-libs: {}