Aerospike environment (#2119)

* aerospike's config file is not being used but overwritten on container start
* added environment variable handling for aerospike configuration
This commit is contained in:
Daniel Seif
2019-05-09 07:41:09 +02:00
committed by Shao Yu-Lung (Allen)
parent 4417083a80
commit e8d84cf9a3
4 changed files with 7 additions and 81 deletions

View File

@ -503,6 +503,10 @@ services:
- "${AEROSPIKE_FABRIC_PORT}:3001"
- "${AEROSPIKE_HEARTBEAT_PORT}:3002"
- "${AEROSPIKE_INFO_PORT}:3003"
environment:
- STORAGE_GB=${AEROSPIKE_STORAGE_GB}
- MEM_GB=${AEROSPIKE_MEM_GB}
- NAMESPACE=${AEROSPIKE_NAMESPACE}
networks:
- backend