make agentbox inactive by default

This commit is contained in:
Romane
2026-07-31 22:55:32 +02:00
parent 4a25930cd2
commit d9b39e2d4a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ RUN apt update && \
pi install npm:pi-subagents
COPY * /workdir/
ENTRYPOINT ["pi", "-p", "run the task in task.md"]
ENTRYPOINT ["sleep", "infinity"
+2
View File
@@ -3,6 +3,8 @@ services:
image: docker:dind
restart: unless-stopped
privileged: true
environment:
DOCKER_TLS_CERTDIR: ""
agentbox:
build:
context: .