mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #4314 from mgs4332/memcached_image
Addition of inventory value for memcached image, allows for custom im… Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
a128a94842
@ -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"
|
||||
|
||||
|
||||
@ -118,7 +118,7 @@ services:
|
||||
no_proxy: {{ no_proxy | default('') }}
|
||||
|
||||
memcached:
|
||||
image: memcached:alpine
|
||||
image: "{{ memcached_image }}:{{ memcached_version }}"
|
||||
container_name: awx_memcached
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user