Skip to content

build: Remove obsolete Docker Compose version keys - #698

Open
aadarsh-ram with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-docker-compose-version-issue
Open

build: Remove obsolete Docker Compose version keys#698
aadarsh-ram with Copilot wants to merge 4 commits into
mainfrom
copilot/fix-docker-compose-version-issue

Conversation

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Docker Compose now treats the top-level version field as obsolete, causing warnings on routine commands. This change removes deprecated declarations from the compose files used by default and dev workflows.

  • Scope

    • Removed top-level version from:
      • docker-compose.yml
      • docker/dev.yml
  • Result

    • Eliminates Compose warnings about obsolete version attributes while keeping service definitions unchanged.
  • Example of the change

    # before
    version: "3.9"
    services:
      taxonomy_api:
        ...
    
    # after
    services:
      taxonomy_api:
        ...

Copilot AI changed the title [WIP] Fix obsolete version attribute in docker-compose files Remove obsolete Docker Compose version keys from active compose files Jul 14, 2026
Copilot AI requested a review from aadarsh-ram July 14, 2026 15:51
@aadarsh-ram aadarsh-ram changed the title Remove obsolete Docker Compose version keys from active compose files build: Remove obsolete Docker Compose version keys Jul 14, 2026
@aadarsh-ram
aadarsh-ram marked this pull request as ready for review July 14, 2026 16:22
@aadarsh-ram
aadarsh-ram requested a review from a team as a code owner July 14, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: New issues

Development

Successfully merging this pull request may close these issues.

docker compose small fix

2 participants