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