🐇 RabbitMQ connection string changes
This commit is contained in:
@@ -78,7 +78,7 @@ services:
|
|||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
SERVICES: api
|
SERVICES: api
|
||||||
DOCKER_RABBITMQ_HOST: "rabbitmq"
|
DOCKER_RABBITMQ_CONNECTION_STRING: `amqp://user:bitnami@rabbitmq:5672`
|
||||||
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`)"
|
||||||
@@ -105,6 +105,7 @@ services:
|
|||||||
- nats
|
- nats
|
||||||
environment:
|
environment:
|
||||||
SERVICES: import
|
SERVICES: import
|
||||||
|
DOCKER_RABBITMQ_CONNECTION_STRING: `amqp://user:bitnami@rabbitmq:5672`
|
||||||
volumes:
|
volumes:
|
||||||
- ./userdata:/threetwo-import-service/userdata
|
- ./userdata:/threetwo-import-service/userdata
|
||||||
- ./comics:/threetwo-import-service/comics
|
- ./comics:/threetwo-import-service/comics
|
||||||
|
|||||||
Reference in New Issue
Block a user