Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ services:
deploy:
resources:
limits:
memory: 1024M
cpus: '2.0'
reservations:
memory: 512M
cpus: '1.0'
reservations:
memory: 256M
cpus: '0.5'
environment:
- IOTA_NORTH_PORT=${IOTA_NORTH_PORT}
- IOTA_REGISTRY_TYPE=mongodb #Whether to hold IoT device info in memory or in a database
Expand Down Expand Up @@ -279,4 +279,4 @@ volumes:
driver_opts:
type: none
o: bind
device: ${PWD}/data-models
device: ${PWD}/data-models