Skip to content

fix: docker-compose doens't work#87

Open
seiti wants to merge 1 commit intogrid-labs-tech:mainfrom
seiti:fix/docker-compose-v1-deprecated
Open

fix: docker-compose doens't work#87
seiti wants to merge 1 commit intogrid-labs-tech:mainfrom
seiti:fix/docker-compose-v1-deprecated

Conversation

@seiti
Copy link
Copy Markdown

@seiti seiti commented Mar 13, 2026

Description

The docker-compose command (docker compose v1) doesn't work upon running make start.

And it shouldn't be supported, even when available at local development environment. As is, the make command is selecting the deprecated docker-compose (if available), but the presented docker-compose.yml file isn't supported by it (mainly because the variable interpolation).

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)

Component Affected

  • Other: local development

And it shouldn't be supported, even when available at local
development environment. As is, the Makefile is trying to use it only
to fail, as the docker-compose.yml file isn't supported by the
v1 (mainly the variable interpolation).
@github-actions github-actions bot added the ci label Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant