Skip to content

fix: connect clones to the DLE internal network (#240)

Artyom Kartasov requested to merge 240-exposed-clone-ports into master

Description

An internal Docker network prohibits port exposion. However, an internal network is still required for clone containers to make requests by clone name from other isolated containers.

Use the internal network as a second network to be able to expose the database port and connect to clones outside

Related issue

#240

Checklist

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes, specifications reflect those changes and they have been reviewed OR there are no API changes

Closes #240

Edited by Artyom Kartasov

Merge request reports