16 Commits

Author SHA1 Message Date
Arda Kilicdagi
956a3e9acb chore: address coderabbitai feedback 2026-03-31 16:03:08 +03:00
Arda Kilicdagi
b05b5dd788 feat: docker compose 2026-03-31 15:08:05 +03:00
Mariano Silva
9156cece88 Fix Docker bootstrap: supervisord socket not configured
supervisord.conf was missing [unix_http_server], [supervisorctl], and
[rpcinterface:supervisor] sections, so the Unix socket was never created.
This caused the readiness check to always fail and the container to exit
with "Supervisord failed to start".

- Add missing supervisord socket and RPC configuration sections
- Improve bootstrap readiness check to verify both process and socket
- Add early exit if supervisord process dies unexpectedly
- Simplify supervisorctl calls (config path no longer needed)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 18:38:42 -03:00
Vinay Kulkarni
dfc36ba72b fix(docker): remove premature nextjs start
Removed the premature `supervisorctl start nextjs` call from `bootstrap.sh`, keeping only the one after the supervisord readiness check
2026-03-06 16:35:02 +11:00
OpenClaw Agent
1f1ca56d1a Fix: Remove invalid --start flag and add supervisord readiness check 2026-02-24 16:41:47 +08:00
OpenClaw Agent
a882e5901e Fix: Docker login configuration error by adjusting startup order 2026-02-24 16:17:30 +08:00
Fatih Kadir Akın
5483cf4d66 chore(github): update repository links and references 2026-01-30 17:49:11 +03:00
Fatih Kadir Akın
b6c06613ea chore(docker): add new environment variable for direct database connection URL 2026-01-28 14:10:03 +03:00
Fatih Kadir Akın
3d43893adf chore(build): copy static assets for standalone mode 2026-01-06 00:36:45 +03:00
Fatih Kadir Akın
18eedf7682 chore(docker): update port configuration to use 4444 instead of 80 2026-01-06 00:27:36 +03:00
Fatih Kadir Akın
c23d9127c4 chore(build): update npm install command for devDependencies 2026-01-05 23:54:18 +03:00
Fatih Kadir Akın
ad59ae3ebb chore(docker): Update Docker deployment guide and workflow configurations 2026-01-05 23:41:03 +03:00
Fatih Kadir Akın
1d0926eac1 feat(docker): add whitelabel branding support for custom images 2026-01-05 23:19:14 +03:00
Fatih Kadir Akın
40c630b914 chore(docker): update Dockerfile.app environment variables 2026-01-05 23:07:25 +03:00
Fatih Kadir Akın
44003d89ef chore(docker): update Dockerfile for Prisma build time environment variables 2026-01-05 23:07:25 +03:00
Fatih Kadir Akın
b8d4854c46 feat(docker): Add Docker deployment guide and configuration instructions 2026-01-05 22:57:13 +03:00