diff --git a/hosting/docker-compose/ee/docker-compose.dev.yml b/hosting/docker-compose/ee/docker-compose.dev.yml index 29ed893d43..de9bb4b915 100644 --- a/hosting/docker-compose/ee/docker-compose.dev.yml +++ b/hosting/docker-compose/ee/docker-compose.dev.yml @@ -382,6 +382,7 @@ services: # === IMAGE ================================================ # image: agenta-ee-dev-runner:latest # === EXECUTION ============================================ # + init: true # No file watcher (the box's inotify limit is shared across stacks). The Pi login is # bind-mounted read-write at /pi-agent and the harness runs directly out of it, so a # refreshed OAuth token persists to the host login instead of dying with the container. diff --git a/hosting/docker-compose/ee/docker-compose.gh.local.yml b/hosting/docker-compose/ee/docker-compose.gh.local.yml index 72c6147a53..69cd15ba80 100644 --- a/hosting/docker-compose/ee/docker-compose.gh.local.yml +++ b/hosting/docker-compose/ee/docker-compose.gh.local.yml @@ -270,6 +270,8 @@ services: build: context: ../../../services/runner dockerfile: docker/Dockerfile.gh + # === EXECUTION ============================================ # + init: true # === CONFIGURATION ======================================== # environment: AGENTA_RUNNER_PORT: "8765" diff --git a/hosting/docker-compose/ee/docker-compose.gh.yml b/hosting/docker-compose/ee/docker-compose.gh.yml index a27df46a02..7314cf4576 100644 --- a/hosting/docker-compose/ee/docker-compose.gh.yml +++ b/hosting/docker-compose/ee/docker-compose.gh.yml @@ -272,6 +272,8 @@ services: runner: # === IMAGE ================================================ # image: ghcr.io/agenta-ai/${AGENTA_RUNNER_IMAGE_NAME:-internal-ee-agenta-runner}:${AGENTA_RUNNER_IMAGE_TAG:-latest} + # === EXECUTION ============================================ # + init: true # === CONFIGURATION ======================================== # environment: AGENTA_RUNNER_PORT: "8765" diff --git a/hosting/docker-compose/oss/docker-compose.dev.yml b/hosting/docker-compose/oss/docker-compose.dev.yml index b178dfe07d..c78712111b 100644 --- a/hosting/docker-compose/oss/docker-compose.dev.yml +++ b/hosting/docker-compose/oss/docker-compose.dev.yml @@ -375,6 +375,7 @@ services: # === IMAGE ================================================ # image: agenta-oss-dev-runner:latest # === EXECUTION ============================================ # + init: true # The Pi login is bind-mounted read-write at /pi-agent and the harness runs directly out # of it, so a refreshed OAuth token persists to the host login instead of dying with the # container. diff --git a/hosting/docker-compose/oss/docker-compose.gh.local.yml b/hosting/docker-compose/oss/docker-compose.gh.local.yml index da14272bed..3e89b45597 100644 --- a/hosting/docker-compose/oss/docker-compose.gh.local.yml +++ b/hosting/docker-compose/oss/docker-compose.gh.local.yml @@ -268,6 +268,8 @@ services: build: context: ../../../services/runner dockerfile: docker/Dockerfile.gh + # === EXECUTION ============================================ # + init: true # === CONFIGURATION ======================================== # environment: AGENTA_RUNNER_PORT: "8765" diff --git a/hosting/docker-compose/oss/docker-compose.gh.ssl.yml b/hosting/docker-compose/oss/docker-compose.gh.ssl.yml index 1618b834ee..89c7f3e0fa 100644 --- a/hosting/docker-compose/oss/docker-compose.gh.ssl.yml +++ b/hosting/docker-compose/oss/docker-compose.gh.ssl.yml @@ -289,6 +289,8 @@ services: build: context: ../../../services/runner dockerfile: docker/Dockerfile.gh + # === EXECUTION ============================================ # + init: true # === CONFIGURATION ======================================== # environment: AGENTA_RUNNER_PORT: "8765" diff --git a/hosting/docker-compose/oss/docker-compose.gh.yml b/hosting/docker-compose/oss/docker-compose.gh.yml index 09f9f0e802..77a30444f8 100644 --- a/hosting/docker-compose/oss/docker-compose.gh.yml +++ b/hosting/docker-compose/oss/docker-compose.gh.yml @@ -289,6 +289,8 @@ services: runner: # === IMAGE ================================================ # image: ghcr.io/agenta-ai/${AGENTA_RUNNER_IMAGE_NAME:-agenta-runner}:${AGENTA_RUNNER_IMAGE_TAG:-latest} + # === EXECUTION ============================================ # + init: true # === CONFIGURATION ======================================== # environment: AGENTA_RUNNER_PORT: "8765"