Skip to content

Commit 9bd70aa

Browse files
committed
Added aerospike cache service
1 parent fb049ef commit 9bd70aa

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

aerospike/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM aerospike:latest
2+
3+
MAINTAINER Luciano Jr <luciano@lucianojr.com.br>

docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,18 @@ services:
163163
ports:
164164
- "6379:6379"
165165

166+
### Aerospike Container #########################################
167+
168+
aerospike:
169+
build: ./aerospike
170+
volumes_from:
171+
- volumes_data
172+
ports:
173+
- "3000:3000"
174+
- "3001:3001"
175+
- "3002:3002"
176+
- "3003:3003"
177+
166178
### Memcached Container #####################################
167179

168180
memcached:
@@ -230,5 +242,6 @@ services:
230242
- ./data/redis:/data
231243
- ./data/neo4j:/var/lib/neo4j/data
232244
- ./data/mongo:/data/db
245+
- ./data/aerospike:/opt/aerospike/data
233246

234247
### Add more Containers below ###############################

0 commit comments

Comments
 (0)