dokku / dokku-rabbitmq

a rabbitmq plugin for dokku
MIT License
50 stars 19 forks source link

feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE #116

Closed josegonzalez closed 1 year ago

josegonzalez commented 1 year ago

This alias is in addition to the existing dokku.$SERVICE_TYPE.$SERVICE_NAME network alias that is derived from the hostname.

Also use the service name (dokku.$SERVICE_TYPE.$SERVICE_NAME) as the hostname for all containers.