We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deba4cc commit d9db70cCopy full SHA for d9db70c
docker-compose.yml
@@ -21,6 +21,8 @@ services:
21
restart: always
22
environment:
23
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"
26
deploy:
27
resources:
28
limits:
@@ -33,6 +35,8 @@ services:
33
35
<<: *webapi1
34
36
hostname: webapi2-dotnet
37
container_name: webapi-2-dotnet
38
39
+ - "5001:8080"
40
41
db:
42
image: postgres
0 commit comments