Skip to content

Commit

Permalink
fix: docker-compose api memory limit reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Apr 1, 2024
1 parent 32fd2a9 commit 3bd58f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
deploy:
resources:
limits:
memory: 768M
memory: 128M
healthcheck:
test: ["CMD", "/healthcheck/health_api.sh"]
interval: 30s
Expand Down

0 comments on commit 3bd58f3

Please sign in to comment.