move to kubernetes folder;
This commit is contained in:
parent
0e76e9ad6c
commit
c897c40962
@ -1,37 +1,39 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
build:
|
build:
|
||||||
context: rabbitmq
|
context: ../components/rabbitmq
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
expose:
|
expose:
|
||||||
- 5672
|
- 5672
|
||||||
redis:
|
redis:
|
||||||
build:
|
build:
|
||||||
context: event_store/redis
|
context: ../components/event_store/redis
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
expose:
|
expose:
|
||||||
- 6379
|
- 6379
|
||||||
mongo:
|
mongo:
|
||||||
build:
|
build:
|
||||||
context: entitiy_ident/mongo
|
context: ../components/entitiy_ident/mongo
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
expose:
|
expose:
|
||||||
- 27017
|
- 27017
|
||||||
ifeed:
|
ifeed:
|
||||||
build:
|
build:
|
||||||
context: i_feed
|
context: ../components/i_feed
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
orchestration:
|
orchestration:
|
||||||
build:
|
build:
|
||||||
context: orchestration
|
context: ../components/orchestration
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- rabbitmq
|
- rabbitmq
|
||||||
eventstore:
|
eventstore:
|
||||||
build:
|
build:
|
||||||
context: event_store/service
|
context: ../components/event_store/service
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
expose:
|
expose:
|
||||||
- 5000
|
- 5000
|
||||||
@ -40,7 +42,7 @@ services:
|
|||||||
- rabbitmq
|
- rabbitmq
|
||||||
entity_ident:
|
entity_ident:
|
||||||
build:
|
build:
|
||||||
context: entitiy_ident/entity_ident_service
|
context: ../components/entitiy_ident/entity_ident_service
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
expose:
|
expose:
|
||||||
- 5000
|
- 5000
|
||||||
@ -48,7 +50,7 @@ services:
|
|||||||
- mongo
|
- mongo
|
||||||
xway:
|
xway:
|
||||||
build:
|
build:
|
||||||
context: x_way
|
context: ../components/x_way
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
expose:
|
expose:
|
||||||
- 5000
|
- 5000
|
||||||
Loading…
x
Reference in New Issue
Block a user