version: "3.9" services: app: image: rusconn/dev-toys-web-dev:1.0.0 build: context: .devcontainer volumes: - /var/run/docker.sock:/var/run/docker.sock command: sleep infinity