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:

committed by
Shao Yu-Lung (Allen)

parent
4417083a80
commit
e8d84cf9a3
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user