🐇 Added an env variable for RabbitMQ hostname inside the docker container

This commit is contained in:
2021-10-21 21:03:18 -07:00
parent 5f0e2ec06f
commit 1ffc725252

View File

@@ -78,7 +78,7 @@ services:
- "3000:3000"
environment:
SERVICES: api
DOCKER_HOST: $HOSTNAME
DOCKER_RABBITMQ_HOST: "rabbitmq"
labels:
- "traefik.enable=true"
- "traefik.http.routers.threetwo-import-api.rule=Host(`localhost`)"