internet_mapper/compose.yml
2024-08-23 05:22:49 -06:00

13 lines
195 B
YAML

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