services:
  reptile-api:
    image: reptile-api
    container_name: reptile-api
    network_mode: host
    volumes:
      - reptile-data:/data
    restart: unless-stopped

volumes:
  reptile-data:
