Commit 9bd70aad authored by Luciano Gonçalves's avatar Luciano Gonçalves

Added aerospike cache service

parent fb049ef3
FROM aerospike:latest
MAINTAINER Luciano Jr <luciano@lucianojr.com.br>
...@@ -163,6 +163,18 @@ services: ...@@ -163,6 +163,18 @@ services:
ports: ports:
- "6379:6379" - "6379:6379"
### Aerospike Container #########################################
aerospike:
build: ./aerospike
volumes_from:
- volumes_data
ports:
- "3000:3000"
- "3001:3001"
- "3002:3002"
- "3003:3003"
### Memcached Container ##################################### ### Memcached Container #####################################
memcached: memcached:
...@@ -230,5 +242,6 @@ services: ...@@ -230,5 +242,6 @@ services:
- ./data/redis:/data - ./data/redis:/data
- ./data/neo4j:/var/lib/neo4j/data - ./data/neo4j:/var/lib/neo4j/data
- ./data/mongo:/data/db - ./data/mongo:/data/db
- ./data/aerospike:/opt/aerospike/data
### Add more Containers below ############################### ### Add more Containers below ###############################
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment