version: '3.8' services: one_repo_to_rule_them_all: build: context: ../.. dockerfile: .devcontainer/stripe-to-invoice/Dockerfile command: su - vscode -c "code-server --bind-addr 0.0.0.0:8080" # command: sleep infinity volumes: - ../..:/workspaces/monorepo extra_hosts: - "host.docker.internal:host-gateway" ports: - "8080:8080"