compose.local.yml 370 B

12345678910111213141516
  1. services:
  2. backend:
  3. volumes:
  4. - ./.git:/opt/.git:ro
  5. - ./common:/opt/common
  6. - ./types:/opt/types
  7. - ./backend:/opt/app
  8. ports:
  9. - "127.0.0.1:${BACKEND_DEBUG_PORT:-9229}:${BACKEND_DEBUG_PORT:-9229}"
  10. frontend:
  11. volumes:
  12. - ./.git:/opt/.git:ro
  13. - ./common:/opt/common
  14. - ./types:/opt/types
  15. - ./frontend:/opt/app