Skip to content

Commit

Permalink
chore(docker): updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaTebe committed Jan 16, 2023
1 parent 965e3aa commit 09ea8b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/docker-compose.faas.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ services:
build:
context: ../faas/keywords-similarity-hash-generator

property-forwarder:
build:
context: ../faas/property-forwarder

# DIVA Bots
entity-archive-bot:
build:
Expand Down
5 changes: 5 additions & 0 deletions docker/docker-compose.faas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ services:
container_name: keywords-similarity-hash-generator
image: ${REGISTRY}keywords-similarity-hash-generator:0.1.0


property-forwarder:
container_name: property-forwarder
image: ${REGISTRY}property-forwarder:0.1.0

# DIVA Bots
entity-archive-bot:
container_name: entity-archive-bot
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
entity-management:
<<: *base-core-service
<<: *extra-hosts
image: ${REGISTRY}entity-management:1.2.2
image: ${REGISTRY}entity-management:1.2.3
container_name: entity-management
depends_on:
- broker
Expand Down

0 comments on commit 09ea8b7

Please sign in to comment.