fix: expose surrealdb port for local access (#133)

This commit is contained in:
pchuri 2025-10-19 01:38:53 +09:00 committed by GitHub
parent 3a28e2d383
commit dd535f73e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,8 @@ services:
- ./surreal_data:/mydata
environment:
- SURREAL_EXPERIMENTAL_GRAPHQL=true
ports:
- "8000:8000"
command: start --log info --user root --pass root rocksdb:/mydata/mydatabase.db
pull_policy: always
user: root