Skip to content

Commit

Permalink
RSWW-142: docker-compose-deploy.yml: reduce replicas for offer provider
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Cichowski <[email protected]>
  • Loading branch information
pcichowski authored and Mixss committed Jun 9, 2024
1 parent 6abbc70 commit 0a922e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
env_file:
- .frontend-env
deploy:
replicas: 8
replicas: 4

discovery:
image: ghcr.io/microarchitecturovisco/discovery:latest
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
networks:
- backend
deploy:
replicas: 16
replicas: 4

payment:
image: ghcr.io/microarchitecturovisco/payment:latest
Expand Down

0 comments on commit 0a922e0

Please sign in to comment.