services: workspace: build: context: './' dockerfile: './Dockerfile' volumes: - '..:/workspace:cached' command: 'sleep infinity' network_mode: 'host'