fix: add --force-recreate to docker compose deploy step
Without this flag, the deploy fails with "container name already in use" when a container with the same name exists from a previous run. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -91,7 +91,7 @@ jobs:
|
|||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: docker compose up -d --no-deps api
|
run: docker compose up -d --no-deps --force-recreate api
|
||||||
|
|
||||||
- name: Wait for healthy
|
- name: Wait for healthy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user