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 c3b8008 commit 40592a5Copy full SHA for 40592a5
docker-compose/common.yml
@@ -87,6 +87,14 @@ services:
87
ports:
88
- "${IOTA_NORTH_PORT}:${IOTA_NORTH_PORT}" # localhost:4041
89
- "${IOTA_SOUTH_PORT}:${IOTA_SOUTH_PORT}" # localhost:7896
90
+ deploy:
91
+ resources:
92
+ limits:
93
+ memory: 512M
94
+ cpus: '1.0'
95
+ reservations:
96
+ memory: 256M
97
+ cpus: '0.5'
98
environment:
99
- IOTA_CB_HOST=orion # name of the context broker to update context
100
- IOTA_CB_PORT=${ORION_LD_PORT} # port the context broker listens on to update context
0 commit comments