feat: configure supervisord to run from /workspace/ai

- Create logs directory with .gitkeep
- Update .gitignore to track logs dir but ignore log files
- Update supervisord.conf with paths relative to /workspace/ai
- Add supervisor control scripts to arty.yml (start/stop/status/restart)
- All paths now use ../ to reference parent /workspace directory
This commit is contained in:
2025-11-22 21:04:19 +01:00
parent cdc5176d9f
commit 2f818a403c
4 changed files with 27 additions and 8 deletions

3
.gitignore vendored
View File

@@ -42,7 +42,8 @@ env/
# Logs
*.log
logs/
logs/*
!logs/.gitkeep
*.out
# Supervisord runtime files