services:
db:
image: surrealdb/surrealdb:latest-dev
ports:
- 8000:8000
command:
- start
- --log
- debug
- --user
- root
- --pass