fix: give cell-network an explicit name to avoid compose project prefix
Unit Tests / test (push) Successful in 11m21s
Unit Tests / test (push) Successful in 11m21s
Without name: cell-network, Docker Compose creates the network as pic_cell-network (prefixed with the project name). Store service compose templates declare cell-network as external: true and can't find it. Adding name: cell-network makes the network name predictable regardless of the Compose project name. Existing installs need: make stop && make start to recreate the network. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -180,6 +180,7 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
cell-network:
|
cell-network:
|
||||||
|
name: cell-network
|
||||||
driver: bridge
|
driver: bridge
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user