Skip to content

bug: default configuration does not work on linux vms#101

Open
Paul2803k wants to merge 2 commits intodevelopmentfrom
bugfix/add-fallback-for-linux-docker-engine
Open

bug: default configuration does not work on linux vms#101
Paul2803k wants to merge 2 commits intodevelopmentfrom
bugfix/add-fallback-for-linux-docker-engine

Conversation

@Paul2803k
Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Addresses Linux VM setups where host.docker.internal is not available by ensuring the hostname resolves via a Compose-provided host mapping.

Changes:

  • Add extra_hosts: "host.docker.internal:host-gateway" to the production Compose service.
  • Add the same extra_hosts mapping to the dev Compose service.
  • Update .env.example comments to describe that host.docker.internal is resolved via Compose mapping.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
docker-compose.yml Adds an extra_hosts mapping so host.docker.internal resolves on Linux.
docker-compose.dev.yml Adds the same host mapping for the dev container.
.env.example Updates comments explaining how host.docker.internal is resolved.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .env.example
Comment thread docker-compose.yml
Comment thread docker-compose.dev.yml
Comment thread .env.example
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.

2 participants