We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4d633 commit 4409b85Copy full SHA for 4409b85
docker-compose/common.yml
@@ -85,6 +85,14 @@ services:
85
ports:
86
- "${IOTA_NORTH_PORT}:${IOTA_NORTH_PORT}" # localhost:4041
87
- "${IOTA_SOUTH_PORT}:${IOTA_SOUTH_PORT}" # localhost:7896
88
+ deploy:
89
+ resources:
90
+ limits:
91
+ memory: 512M
92
+ cpus: '1.0'
93
+ reservations:
94
+ memory: 256M
95
+ cpus: '0.5'
96
environment:
97
- IOTA_NORTH_PORT=${IOTA_NORTH_PORT}
98
- IOTA_REGISTRY_TYPE=mongodb #Whether to hold IoT device info in memory or in a database
0 commit comments