Skip to content

Commit

Permalink
Removed default resource limits for development Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Mar 31, 2024
1 parent 7d79c02 commit 5f113d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ services:
test: curl -f http://127.0.0.1:9000/ 2>&1 | grep "Connection reset by peer" || curl -f http://localhost
retries: 3
timeout: 5s
deploy:
resources:
limits:
cpus: "1"
memory: 512M
reservations:
cpus: "0.25"
memory: 128M
build:
context: .
dockerfile: ./docker/Dockerfile.${APP_ENV}
Expand Down

0 comments on commit 5f113d7

Please sign in to comment.