Skip to content

Commit

Permalink
Fix code server
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Apr 4, 2024
1 parent 5e5254c commit fefd3e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ stderr_logfile=/var/log/status.log

[program:code-server]
directory=/mnt/extra-addons
command=code-server --app-name Diploi --disable-getting-started-override --disable-workspace-trust --disable-update-check --disable-telemetry --auth none --bind-addr 0.0.0.0:3001 /mnt/extra-addons
user=odoo
command=sudo -o odoo code-server --app-name Diploi --disable-getting-started-override --disable-workspace-trust --disable-update-check --disable-telemetry --auth none --bind-addr 0.0.0.0:3001 /mnt/extra-addons
autostart=false
autorestart=true
stopasgroup=true
killasgroup=true
stdout_logfile=/var/log/code-server.log
stderr_logfile=/var/log/code-server.log
stderr_logfile=/var/log/code-server.log

0 comments on commit fefd3e5

Please sign in to comment.