mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
fix docker build directory
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
autoremoval() {
|
||||
partition=/dev/
|
||||
imagedir=/opensource/data/recordings
|
||||
clouddir=/opensource/data/cloud
|
||||
imagedir=/agent/data/recordings
|
||||
clouddir=/agent/data/cloud
|
||||
|
||||
while :
|
||||
do
|
||||
|
||||
@@ -27,9 +27,9 @@ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
||||
[include]
|
||||
files = /etc/supervisor/conf.d/*.conf
|
||||
|
||||
[program:opensource]
|
||||
command=/opensource/main run opensource 8080
|
||||
directory=/opensource
|
||||
[program:agent]
|
||||
command=/agent/main run opensource 8080
|
||||
directory=/agent
|
||||
autostart = true
|
||||
autorestart = true
|
||||
user = root
|
||||
|
||||
Reference in New Issue
Block a user