Skip to content

Commit

Permalink
RSWW-142: docker-compose-deploy.yml: add data generator
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Cichowski <[email protected]>
  • Loading branch information
pcichowski committed Jun 9, 2024
1 parent 35bb085 commit 7ab6a42
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ services:
networks:
- backend

# data-generator:
# image: ghcr.io/microarchitecturovisco/data-generator:latest
# depends_on:
# - rabbitmq
# - discovery
# - gateway
# - hotel
# - transport
# networks:
# - backend
data-generator:
image: ghcr.io/microarchitecturovisco/data-generator:latest
depends_on:
- rabbitmq
- discovery
- gateway
- hotel
- transport
networks:
- backend

networks:
backend:

0 comments on commit 7ab6a42

Please sign in to comment.