#2 services, 2 ports on host for each one?

1 messages · Page 1 of 1 (latest)

magic panther
#

Hi,
I want to run my app and a mailcatcher (like https://hub.docker.com/r/axllent/mailpit)
Running my app and map ports to the host work fine.
But when I want to add a mailcatcher with WithServiceBinding and start the second service, I dont succeed to access it on my host... Is there an example somewhere?

dense wadi
#

this can combine two services into one

#

i think that's what you're asking for

magic panther
#

yes, its kind like in a docker compose, 2 services with each one ports
thanks

magic panther
#

here the "proxy" is ok for http logic I guess, but what if I want to expose a port from postgresql for example?

dense wadi
#

mm

#

you could write a module that combines just plain tcp traffic

#

but

#

which does not yet exist 😢

still canopy
magic panther
#

ha nice, thanks !