changed order
This commit is contained in:
parent
7dbf767443
commit
52d2e0af27
@ -25,12 +25,16 @@ services:
|
|||||||
- 27017
|
- 27017
|
||||||
ports:
|
ports:
|
||||||
- 27017:27017
|
- 27017:27017
|
||||||
ifeed:
|
entityident:
|
||||||
build:
|
build:
|
||||||
context: ../components/i_feed
|
context: ../components/entitiy_ident/entity_ident_service
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
expose:
|
||||||
|
- 5002
|
||||||
|
ports:
|
||||||
|
- 5002:5002
|
||||||
depends_on:
|
depends_on:
|
||||||
- rabbitmq
|
- mongo
|
||||||
eventstore:
|
eventstore:
|
||||||
build:
|
build:
|
||||||
context: ../components/event_store/service
|
context: ../components/event_store/service
|
||||||
@ -42,16 +46,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
entityident:
|
|
||||||
build:
|
|
||||||
context: ../components/entitiy_ident/entity_ident_service
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
expose:
|
|
||||||
- 5002
|
|
||||||
ports:
|
|
||||||
- 5002:5002
|
|
||||||
depends_on:
|
|
||||||
- mongo
|
|
||||||
orchestration:
|
orchestration:
|
||||||
build:
|
build:
|
||||||
context: ../components/orchestration
|
context: ../components/orchestration
|
||||||
@ -62,6 +56,12 @@ services:
|
|||||||
- 5003
|
- 5003
|
||||||
ports:
|
ports:
|
||||||
- 5003:5003
|
- 5003:5003
|
||||||
|
ifeed:
|
||||||
|
build:
|
||||||
|
context: ../components/i_feed
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
depends_on:
|
||||||
|
- rabbitmq
|
||||||
xway:
|
xway:
|
||||||
build:
|
build:
|
||||||
context: ../components/x_way
|
context: ../components/x_way
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user