mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-11 23:35:25 -05:00
The platform's docker-compose.yml has complex networks and dependencies that caused 'docker compose config' to fail during container creation. Now the devcontainer is standalone - platform services (db, redis, etc.) are started from WITHIN the container using docker compose commands in the lifecycle scripts. This is cleaner and avoids compose conflicts.