add resource limits:
This commit is contained in:
parent
a4348d96bf
commit
92a346b2c9
@ -22,6 +22,11 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2048M
|
||||
reservations:
|
||||
memory: 500M
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
|
Loading…
Reference in New Issue
Block a user