docker-compose.local.yml 283 B

1234567891011121314
  1. services:
  2. backend:
  3. volumes:
  4. - ./.git:/opt/.git:ro
  5. - ./common:/opt/common
  6. - ./types:/opt/types
  7. - ./backend:/opt/app
  8. frontend:
  9. volumes:
  10. - ./.git:/opt/.git:ro
  11. - ./common:/opt/common
  12. - ./types:/opt/types
  13. - ./frontend:/opt/app