Skip to content

Commit

Permalink
readd memory limit (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Mar 8, 2020
1 parent 54dd24e commit 6e5fe7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ services:
loki-url: "http://admin:${LOKI_PASSWORD}@monitoring.lunie.io:3100/loki/api/v1/push"
deploy:
replicas: 1
resources:
limits:
memory: 2.5G
restart_policy:
condition: on-failure
environment:
- HASURA_URL=$HASURA_URL
- HASURA_ADMIN_KEY=$HASURA_ADMIN_KEY
Expand Down

0 comments on commit 6e5fe7c

Please sign in to comment.