juntekim.com/.devcontainer/stripe-to-invoice/docker-compose.yml
2026-02-07 15:17:10 +00:00

13 lines
310 B
YAML

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"