internet_mapper/compose.yml
2024-08-25 15:50:59 -06:00

14 lines
196 B
YAML

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