6cc4690ff2
- Removed all packages and container related to redis - docker-compose will start only riak container - add init script isntallation for solar-celery - cleanedup some of the commented code in bootstrap scripts - disable host key verification for vagrant user Change-Id: I9b10d07fe6ab527bc029518da407c5165f9b3d22
8 lines
136 B
YAML
8 lines
136 B
YAML
riak:
|
|
image: solarproject/riak
|
|
volumes:
|
|
- ./utils/riak/app.config:/etc/riak/app.config
|
|
ports:
|
|
- 8087:8087
|
|
- 8098:8098
|