Allow pushing images to docker hub
This commit is contained in:
parent
75e84e5a13
commit
63e125d075
@ -26,6 +26,9 @@ services:
|
||||
ports:
|
||||
- 27017:27017
|
||||
entityident:
|
||||
container_name: entityident_container
|
||||
hostname: entityident
|
||||
image: dse2021/entityident
|
||||
build:
|
||||
context: ../components/entitiy_ident/entity_ident_service
|
||||
dockerfile: Dockerfile
|
||||
@ -36,6 +39,9 @@ services:
|
||||
depends_on:
|
||||
- mongo
|
||||
eventstore:
|
||||
container_name: eventstore_container
|
||||
hostname: eventstore
|
||||
image: dse2021/eventstore
|
||||
build:
|
||||
context: ../components/event_store/service
|
||||
dockerfile: Dockerfile
|
||||
@ -47,6 +53,9 @@ services:
|
||||
- redis
|
||||
- rabbitmq
|
||||
orchestration:
|
||||
container_name: orchestration_container
|
||||
hostname: orchestration
|
||||
image: dse2021/orchestration
|
||||
build:
|
||||
context: ../components/orchestration
|
||||
dockerfile: Dockerfile
|
||||
@ -58,6 +67,9 @@ services:
|
||||
ports:
|
||||
- 5003:5003
|
||||
ifeed:
|
||||
container_name: ifeed_container
|
||||
hostname: ifeed
|
||||
image: dse2021/ifeed
|
||||
build:
|
||||
context: ../components/i_feed
|
||||
dockerfile: Dockerfile
|
||||
@ -65,6 +77,9 @@ services:
|
||||
- rabbitmq
|
||||
- entityident
|
||||
xway:
|
||||
container_name: xway_container
|
||||
hostname: xway
|
||||
image: dse2021/xway
|
||||
build:
|
||||
context: ../components/x_way
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user