Skip to content

Commit

Permalink
Fixes on 2024-02-08 12:21
Browse files Browse the repository at this point in the history
- Updates docker image with correct build command
- Decreases nofile soft and hard limits on services
- API repo updates with latest local test execution
- Removes docker-compose.logs file. Waiting for new test
- Removes testada file. Waiting for new test
  • Loading branch information
rodrigocaldeira committed Feb 8, 2024
1 parent e1729f3 commit 4560e1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 220 deletions.
213 changes: 0 additions & 213 deletions participantes/rodrigocaldeira/docker-compose.logs

This file was deleted.

9 changes: 4 additions & 5 deletions participantes/rodrigocaldeira/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ services:
ulimits:
nproc: 65535
nofile:
soft: 1000000
hard: 1000000
soft: 65535
hard: 65535

api02:
<<: *api
Expand Down Expand Up @@ -54,9 +54,8 @@ services:
ulimits:
nproc: 65535
nofile:
soft: 1000000
hard: 1000000

soft: 65535
hard: 65535

db:
image: postgres:latest
Expand Down
2 changes: 0 additions & 2 deletions participantes/rodrigocaldeira/testada

This file was deleted.

0 comments on commit 4560e1c

Please sign in to comment.