Allow pushing images to docker hub

This commit is contained in:
Tobias Eidelpes 2021-06-13 12:45:16 +02:00
parent 75e84e5a13
commit 63e125d075

View File

@ -26,6 +26,9 @@ services:
ports: ports:
- 27017:27017 - 27017:27017
entityident: entityident:
container_name: entityident_container
hostname: entityident
image: dse2021/entityident
build: build:
context: ../components/entitiy_ident/entity_ident_service context: ../components/entitiy_ident/entity_ident_service
dockerfile: Dockerfile dockerfile: Dockerfile
@ -36,6 +39,9 @@ services:
depends_on: depends_on:
- mongo - mongo
eventstore: eventstore:
container_name: eventstore_container
hostname: eventstore
image: dse2021/eventstore
build: build:
context: ../components/event_store/service context: ../components/event_store/service
dockerfile: Dockerfile dockerfile: Dockerfile
@ -47,6 +53,9 @@ services:
- redis - redis
- rabbitmq - rabbitmq
orchestration: orchestration:
container_name: orchestration_container
hostname: orchestration
image: dse2021/orchestration
build: build:
context: ../components/orchestration context: ../components/orchestration
dockerfile: Dockerfile dockerfile: Dockerfile
@ -58,6 +67,9 @@ services:
ports: ports:
- 5003:5003 - 5003:5003
ifeed: ifeed:
container_name: ifeed_container
hostname: ifeed
image: dse2021/ifeed
build: build:
context: ../components/i_feed context: ../components/i_feed
dockerfile: Dockerfile dockerfile: Dockerfile
@ -65,6 +77,9 @@ services:
- rabbitmq - rabbitmq
- entityident - entityident
xway: xway:
container_name: xway_container
hostname: xway
image: dse2021/xway
build: build:
context: ../components/x_way context: ../components/x_way
dockerfile: Dockerfile dockerfile: Dockerfile