services:
  zbin:
    build:
      context: .
    volumes:
      - ./db:/app/db
    ports:
      - 3000:3000
    environment:
      # See README for details. All optional.
      # MAX_UPLOAD_BYTES: "104857600"     # 100 MiB
      # MAX_TOTAL_BYTES: "10737418240"    # cap total stored content at 10 GiB
      # MAX_AGE_MINUTES: "10080"          # auto-delete after 7 days
      # UPLOAD_COOLDOWN_SECONDS: "10"     # per-IP upload cooldown
      # DECRYPT_COOLDOWN_SECONDS: "2"     # per-IP server-side decryption cooldown
      # BEHIND_PROXY: "true"              # trust forwarded headers + Secure cookies (TLS reverse proxy)
