services:
  app:
    container_name: timelite
    build: .
    command: bun next:start
    restart: unless-stopped
