🔧 Added a DOCKER_HOST env var to import service

This commit is contained in:
2021-10-21 16:15:09 -07:00
parent 3983466105
commit 5f0e2ec06f

View File

@@ -78,6 +78,7 @@ services:
- "3000:3000"
environment:
SERVICES: api
DOCKER_HOST: $HOSTNAME
labels:
- "traefik.enable=true"
- "traefik.http.routers.threetwo-import-api.rule=Host(`localhost`)"
@@ -179,6 +180,7 @@ services:
RABBITMQ_PASSWORD: 'bitnami'
ports:
- "5672:5672"
- "15672:15672"
networks:
- proxy