deploy with docker-compose.yaml

Not currently, unfortunately.

One approach is to make separate apps and then get them to communicate using the encrypted, private network (using .internal hostnames) …

or you would run multiple processes within one app. Then you would need an additional process in that app to keep them all running. For example using supervisor. This page has some more details about that multi-process approach:

1 Like