Skip to content

Commit 0630b25

Browse files
barckcodeclaude
andcommitted
docs: update all image versions to 0.2.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e14c26b commit 0630b25

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ NATS_AUTH_TOKEN=change-me-to-a-secure-token
66
# FRONTEND_PORT=8080
77

88
# Optional: Override agent image
9-
# AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.2
9+
# AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.4

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
command: ["--auth", "${NATS_AUTH_TOKEN}", "-m", "8222"]
66

77
api:
8-
image: ghcr.io/helmcode/agent_crew_api:0.2.2
8+
image: ghcr.io/helmcode/agent_crew_api:0.2.4
99
restart: unless-stopped
1010
user: root
1111
ports:
@@ -16,13 +16,13 @@ services:
1616
- NATS_URL=nats://nats:4222
1717
- NATS_AUTH_TOKEN=${NATS_AUTH_TOKEN}
1818
- DATABASE_PATH=/data/agentcrew.db
19-
- AGENT_IMAGE=${AGENT_IMAGE:-ghcr.io/helmcode/agent_crew_agent:0.2.2}
19+
- AGENT_IMAGE=${AGENT_IMAGE:-ghcr.io/helmcode/agent_crew_agent:0.2.4}
2020
volumes:
2121
- /var/run/docker.sock:/var/run/docker.sock
2222
- agentcrew_db:/data
2323

2424
frontend:
25-
image: ghcr.io/helmcode/agent_crew:0.2.3
25+
image: ghcr.io/helmcode/agent_crew:0.2.4
2626
restart: unless-stopped
2727
ports:
2828
- "${FRONTEND_PORT:-8080}:8080"

web/src/pages/docs/configuration.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import DocsLayout from '../../layouts/DocsLayout.astro';
5151
<tr>
5252
<td><code>AGENT_IMAGE</code></td>
5353
<td>No</td>
54-
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.2</code></td>
54+
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.4</code></td>
5555
<td>Docker image used for agent containers. Override this to use a custom or newer agent image.</td>
5656
</tr>
5757
<tr>
@@ -77,7 +77,7 @@ NATS_AUTH_TOKEN=a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6
7777
# Optional overrides
7878
API_PORT=3000
7979
FRONTEND_PORT=8080
80-
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.2
80+
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.4
8181

8282
# Scheduler settings
8383
SCHEDULE_TIMEOUT=1h

web/src/pages/es/docs/configuration.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import DocsLayout from '../../../layouts/DocsLayout.astro';
5151
<tr>
5252
<td><code>AGENT_IMAGE</code></td>
5353
<td>No</td>
54-
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.2</code></td>
54+
<td><code>ghcr.io/helmcode/agent_crew_agent:0.2.4</code></td>
5555
<td>Imagen Docker utilizada para los contenedores de agentes. Sobreescribela para usar una imagen de agente personalizada o mas reciente.</td>
5656
</tr>
5757
<tr>
@@ -77,7 +77,7 @@ NATS_AUTH_TOKEN=a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6
7777
# Optional overrides
7878
API_PORT=3000
7979
FRONTEND_PORT=8080
80-
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.2
80+
AGENT_IMAGE=ghcr.io/helmcode/agent_crew_agent:0.2.4
8181

8282
# Scheduler settings
8383
SCHEDULE_TIMEOUT=1h

0 commit comments

Comments
 (0)