version: '3.8' services: one_repo_to_rule_them_all: user: "${UID}:${GID}" build: context: ../.. dockerfile: .devcontainer/stripe-to-invoice/Dockerfile command: sleep infinity volumes: - ../..:/workspaces/monorepo extra_hosts: - "host.docker.internal:host-gateway"