🐇 Added an env variable for RabbitMQ hostname inside the docker container
This commit is contained in:
@@ -78,7 +78,7 @@ services:
|
|||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
SERVICES: api
|
SERVICES: api
|
||||||
DOCKER_HOST: $HOSTNAME
|
DOCKER_RABBITMQ_HOST: "rabbitmq"
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.threetwo-import-api.rule=Host(`localhost`)"
|
- "traefik.http.routers.threetwo-import-api.rule=Host(`localhost`)"
|
||||||
|
|||||||
Reference in New Issue
Block a user