services: backend: volumes: - ./.git:/opt/.git:ro - ./common:/opt/common - ./types:/opt/types - ./backend:/opt/app ports: - ${BACKEND_DEBUG_PORT:-9229}:${BACKEND_DEBUG_PORT:-9229}" frontend: volumes: - ./.git:/opt/.git:ro - ./common:/opt/common - ./types:/opt/types - ./frontend:/opt/app