Skip to content

Commit d9db70c

Browse files
committed
Update docker-compose.yml
1 parent deba4cc commit d9db70c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ services:
2121
restart: always
2222
environment:
2323
DATABASE_URL: Host=db;Username=postgres;Password=postgres;Database=rinha;Minimum Pool Size=10;Maximum Pool Size=10;Multiplexing=true;
24+
ports:
25+
- "5000:8080"
2426
deploy:
2527
resources:
2628
limits:
@@ -33,6 +35,8 @@ services:
3335
<<: *webapi1
3436
hostname: webapi2-dotnet
3537
container_name: webapi-2-dotnet
38+
ports:
39+
- "5001:8080"
3640

3741
db:
3842
image: postgres

0 commit comments

Comments
 (0)