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 861a87d commit e476b90Copy full SHA for e476b90
docker-compose/common.yml
@@ -149,6 +149,14 @@ services:
149
ports:
150
- "${IOTA_NORTH_PORT}:${IOTA_NORTH_PORT}" # localhost:4041
151
- "${IOTA_SOUTH_PORT}:${IOTA_SOUTH_PORT}" # localhost:7896
152
+ deploy:
153
+ resources:
154
+ limits:
155
+ memory: 512M
156
+ cpus: '1.0'
157
+ reservations:
158
+ memory: 256M
159
+ cpus: '0.5'
160
environment:
161
- IOTA_NORTH_PORT=${IOTA_NORTH_PORT}
162
- IOTA_REGISTRY_TYPE=mongodb #Whether to hold IoT device info in memory or in a database
0 commit comments