Skip to content

Commit

Permalink
feat: compose that sended update
Browse files Browse the repository at this point in the history
  • Loading branch information
wendryosales committed Aug 23, 2023
1 parent 2865e03 commit b59730e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
api01:
build: .
image: wendryo/rinha-nestjs-mongo
hostname: api01
depends_on:
- db
Expand All @@ -16,7 +16,7 @@ services:
memory: '0.7GB'

api02:
build: .
image: wendryo/rinha-nestjs-mongo
hostname: api02
depends_on:
- db
Expand Down

0 comments on commit b59730e

Please sign in to comment.