项目文件夹

文件
2026-07-13 12:10:23 +08:00

14 行
416 B
Plaintext

# SurrealDB program for the single-container image only.
# Appended to supervisord.conf at build time (see the `single` stage in the Dockerfile).
[program:surrealdb]
command=surreal start --log trace --user root --pass root rocksdb:/mydata/mydatabase.db
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=true
priority=5
autostart=true
startsecs=5