fix(deploy): use consistent network alias for openbrain-brain-internal #746
Reference in New Issue
Block a user
Delete Branch "fix/compose-network-alias-consistency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Service definitions were using
openbrain_brain-internal(underscore) but the networks block defines the compose alias asopenbrain-brain-internal(hyphen), withname: openbrain_brain-internalpointing to the actual Docker network.This caused
undefined networkerrors on every Portainer deploy fororchestratorandsynapseservices.Fix
All service
networks:references now useopenbrain-brain-internal(the compose alias key), consistent with howmosaic-db-init,api, andsynapse-db-initservices already reference it.