Skip to content

Comments

fix: docker-compose doesn't work#77

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

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

Conversation

@seiti
Copy link

@seiti seiti commented Feb 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 the 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).
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Welcome to Tron! Thanks for your first pull request.

A maintainer will review it soon. Here's what to expect:

  1. ✅ Automated tests will run on your changes
  2. 👀 A maintainer will review your code
  3. 💬 You may receive feedback or requests for changes
  4. 🎉 Once approved, your PR will be merged!

While you wait:

  • Make sure all tests pass
  • Check that your PR follows the contribution guidelines
  • Feel free to ask questions if you need help

Thank you for contributing to Tron! 🚀

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