Addition of inventory value for memcached image, allows for custom image locations for memcached to match other images

This commit is contained in:
Scholl III, Michael G
2019-07-11 11:15:09 -04:00
committed by Ryan Petrello
parent 41b0367627
commit 12f564e4a3
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ rabbitmq_password: "guest"
postgresql_version: "9.6"
postgresql_image: "postgres:{{postgresql_version}}"
memcached_image: "memcached"
memcached_version: "alpine"
memcached_host: "memcached"
memcached_port: "11211"