fix: fix: make _generate_compose_impl the canonical compose source — remove tracked docker-compose.yml + update docs (#603)
This commit is contained in:
parent
532ce257d5
commit
398c618cc4
6 changed files with 69 additions and 208 deletions
|
|
@ -72,6 +72,8 @@ cd disinto
|
|||
disinto init https://github.com/yourorg/yourproject
|
||||
```
|
||||
|
||||
This will generate a `docker-compose.yml` file.
|
||||
|
||||
Or configure manually — edit `.env` with your values:
|
||||
|
||||
```bash
|
||||
|
|
@ -97,7 +99,7 @@ CLAUDE_TIMEOUT=7200 # max seconds per Claude invocation (default: 2h)
|
|||
docker compose up -d
|
||||
|
||||
# 4. Verify the entrypoint loop is running
|
||||
docker exec disinto-agents-1 tail -f /home/agent/data/agent-entrypoint.log
|
||||
docker exec disinto-agents tail -f /home/agent/data/agent-entrypoint.log
|
||||
```
|
||||
|
||||
## Directory Structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue