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