services:
  zigbin:
    build:
      context: .
    volumes:
      - ./db:/app/db
    ports:
      - 3000:3000
