mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
chore: moved to daytona due to lack of windows support in microsandbox
This commit is contained in:
parent
421bb29466
commit
a6563f396a
9 changed files with 357 additions and 222 deletions
|
|
@ -114,23 +114,8 @@ stderr_logfile=/dev/stderr
|
|||
stderr_logfile_maxbytes=0
|
||||
environment=NODE_ENV="production",PORT="3000",HOSTNAME="0.0.0.0"
|
||||
|
||||
# Microsandbox (secure code execution sandbox server)
|
||||
# Autostart is controlled by the entrypoint based on MICROSANDBOX_ENABLED env var.
|
||||
# Requires --device /dev/kvm and --privileged when running the container.
|
||||
[program:microsandbox]
|
||||
command=msb server start --dev --host 0.0.0.0
|
||||
autostart=%(ENV_MICROSANDBOX_AUTOSTART)s
|
||||
autorestart=true
|
||||
priority=25
|
||||
startsecs=5
|
||||
startretries=3
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
# Process Groups
|
||||
[group:surfsense]
|
||||
programs=postgresql,redis,electric,backend,celery-worker,celery-beat,frontend,microsandbox
|
||||
programs=postgresql,redis,electric,backend,celery-worker,celery-beat,frontend
|
||||
priority=999
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue