Expose ports

circle-exclamation

Inter-Service communication

Just like in docker-compose, Services communicate between each other using their names.

Unlike docker-compose, however, ports are not open by default, meaning they have to be opened manually.

You can edit the exposed ports in each component, from the following path:

components.SERVICE_NAME[*].dockerCompose.ports 
circle-info

The supported syntax is the docker-compose syntax.

Last updated

Was this helpful?