We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7745dc4 commit 36ef322Copy full SHA for 36ef322
docker-compose/common.yml
@@ -70,6 +70,14 @@ services:
70
ports:
71
- "${IOTA_NORTH_PORT}:${IOTA_NORTH_PORT}" # localhost:4041
72
- "${IOTA_SOUTH_PORT}:${IOTA_SOUTH_PORT}" # localhost:7896
73
+ deploy:
74
+ resources:
75
+ limits:
76
+ memory: 512M
77
+ cpus: '1.0'
78
+ reservations:
79
+ memory: 256M
80
+ cpus: '0.5'
81
environment:
82
- IOTA_NORTH_PORT=${IOTA_NORTH_PORT}
83
- IOTA_REGISTRY_TYPE=mongodb #Whether to hold IoT device info in memory or in a database
0 commit comments