Fix redis container
authorMartin André <m.andre@redhat.com>
Thu, 27 Apr 2017 09:38:24 +0000 (11:38 +0200)
committerMartin André <m.andre@redhat.com>
Thu, 27 Apr 2017 14:20:59 +0000 (16:20 +0200)
commitf11c2232cc483dc01b910efa6e546095e9f866f8
tree9c75af4aff88cd9857e87a4a58e17493cd708fb5
parent933dd62de3867cafe166ed5598e112a9093d1399
Fix redis container

The puppet-redis module makes use of the exec puppet tag to copy the
/etc/redis.conf.puppet file to /etc/redis.conf. We need to explicitly
enable it otherwise our redis container will pick up the default redis
configuration and not the one that was generated with puppet.

Also creates the /var/run/redis directory on the host since we bind
mount /run, and ensure the container sets the correct ownership on the
directory.

Finally, configure redis to not daemonize otherwise the container ends
up in a restart loop.

Change-Id: Ia1dce2120ca7479eef8bc77dedf9431adbe210cc
Closes-Bug: #1686707
docker/services/database/redis.yaml