Skip to content

Upgrade deploy workflow to Docker Compose v2#36

Merged
eteitelbaum merged 1 commit intomainfrom
infra/docker-compose-upgrade
Feb 14, 2026
Merged

Upgrade deploy workflow to Docker Compose v2#36
eteitelbaum merged 1 commit intomainfrom
infra/docker-compose-upgrade

Conversation

@eteitelbaum
Copy link
Member

Summary

  • Replace all docker-compose (v1 standalone) calls with docker compose (v2 plugin) in deploy.yml
  • Remove unnecessary COMPOSE_DOCKER_CLI_BUILD export (only needed for v1)
  • Docker Compose v2 plugin (v5.0.2) was installed on the EC2 instance prior to this change

Test plan

  • Merge and let the auto-deploy run on push to main
  • Verify deployment succeeds in GitHub Actions logs
  • Confirm site is live at https://lucidledger.co after deploy

🤖 Generated with Claude Code

Replace all `docker-compose` CLI calls with `docker compose` (v2 plugin).
Docker Compose v2 plugin was installed on EC2 prior to this change.
Also remove the now-unnecessary COMPOSE_DOCKER_CLI_BUILD export.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@eteitelbaum eteitelbaum merged commit ba802f8 into main Feb 14, 2026
3 checks passed
@eteitelbaum eteitelbaum deleted the infra/docker-compose-upgrade branch February 14, 2026 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant