Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hosting/docker-compose/ee/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions hosting/docker-compose/ee/docker-compose.gh.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ services:
build:
context: ../../../services/runner
dockerfile: docker/Dockerfile.gh
# === EXECUTION ============================================ #
init: true
# === CONFIGURATION ======================================== #
environment:
AGENTA_RUNNER_PORT: "8765"
Expand Down
2 changes: 2 additions & 0 deletions hosting/docker-compose/ee/docker-compose.gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions hosting/docker-compose/oss/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions hosting/docker-compose/oss/docker-compose.gh.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ services:
build:
context: ../../../services/runner
dockerfile: docker/Dockerfile.gh
# === EXECUTION ============================================ #
init: true
# === CONFIGURATION ======================================== #
environment:
AGENTA_RUNNER_PORT: "8765"
Expand Down
2 changes: 2 additions & 0 deletions hosting/docker-compose/oss/docker-compose.gh.ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ services:
build:
context: ../../../services/runner
dockerfile: docker/Dockerfile.gh
# === EXECUTION ============================================ #
init: true
# === CONFIGURATION ======================================== #
environment:
AGENTA_RUNNER_PORT: "8765"
Expand Down
2 changes: 2 additions & 0 deletions hosting/docker-compose/oss/docker-compose.gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading