Skip to content

Commit

Permalink
remove resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 21, 2024
1 parent 0f14a1c commit 921557a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ services:
mongo:
condition: service_healthy
restart: always
deploy:
resources:
limits:
cpus: "2.00"
memory: "4G"

agenta-web:
build:
Expand All @@ -88,11 +83,6 @@ services:
environment:
- NEXT_PUBLIC_POSTHOG_API_KEY=phc_hmVSxIjTW1REBHXgj2aw4HW9X6CXb6FzerBgP9XenC7
restart: always
deploy:
resources:
limits:
cpus: "2.00"
memory: "4G"

mongo:
image: mongo:5.0
Expand Down

0 comments on commit 921557a

Please sign in to comment.