Skip to content

Commit 2c0293e

Browse files
committed
fix(infra): use profile for claude-runner to prevent container start
The build-only profile ensures Coolify builds the image but never starts the container (it's spawned dynamically by the API).
1 parent f5912dd commit 2c0293e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/coolify/docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ services:
6262
build:
6363
context: ./infra/docker/claude-runner
6464
image: claude-runner
65-
command: ["echo", "claude-runner image built"]
66-
restart: "no"
65+
profiles:
66+
- build-only
6767

6868
db:
6969
image: postgres:16-alpine

0 commit comments

Comments
 (0)