We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb049ef commit 9bd70aaCopy full SHA for 9bd70aa
2 files changed
aerospike/Dockerfile
@@ -0,0 +1,3 @@
1
+FROM aerospike:latest
2
+
3
+MAINTAINER Luciano Jr <luciano@lucianojr.com.br>
docker-compose.yml
@@ -163,6 +163,18 @@ services:
163
ports:
164
- "6379:6379"
165
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
178
### Memcached Container #####################################
179
180
memcached:
@@ -230,5 +242,6 @@ services:
230
242
- ./data/redis:/data
231
243
- ./data/neo4j:/var/lib/neo4j/data
232
244
- ./data/mongo:/data/db
245
+ - ./data/aerospike:/opt/aerospike/data
233
246
234
247
### Add more Containers below ###############################
0 commit comments