Skip to content

🐛(compose) set lasuite network as external#2304

Merged
lunika merged 1 commit into
mainfrom
fix/docker-compose-external-network
May 21, 2026
Merged

🐛(compose) set lasuite network as external#2304
lunika merged 1 commit into
mainfrom
fix/docker-compose-external-network

Conversation

@lunika

@lunika lunika commented May 20, 2026

Copy link
Copy Markdown
Member

Purpose

The docker network lasuite is created in the makefile using the command docker network create lasuite-network. When a network is created with this command it can not be used by docker compose if this one is not set as external. We must use external: true in the compose file to fix this issue.`

Proposal

  • 🐛(compose) set lasuite network as external

@lunika lunika requested a review from AntoLC May 20, 2026 09:07
@lunika lunika self-assigned this May 20, 2026
@lunika lunika added bug Something isn't working docker labels May 20, 2026
@lunika lunika force-pushed the fix/docker-compose-external-network branch from 7ae9839 to 40a2be8 Compare May 20, 2026 09:08
The docker network lasuite is created in the makefile using the command
`docker network create lasuite-network`. When a network is created with
this command it can not be used by docker compose if this one is not set
as external. We must use `external: true` in the compose file to fix
this issue.`
@lunika lunika force-pushed the fix/docker-compose-external-network branch from 40a2be8 to 4ea8647 Compare May 21, 2026 08:21
@lunika lunika enabled auto-merge (squash) May 21, 2026 08:27
@lunika lunika merged commit fc68b71 into main May 21, 2026
40 of 41 checks passed
@lunika lunika deleted the fix/docker-compose-external-network branch May 21, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants