mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
Merge pull request #5369 from ansible/update_docker_compose_j2
receptor containers should be consistent with the awx container #5368
This commit is contained in:
@@ -111,7 +111,7 @@ services:
|
|||||||
- "../../docker-compose/_sources/receptor/receptor-hop.conf:/etc/receptor/receptor.conf"
|
- "../../docker-compose/_sources/receptor/receptor-hop.conf:/etc/receptor/receptor.conf"
|
||||||
{% for i in range(execution_node_count|int) -%}
|
{% for i in range(execution_node_count|int) -%}
|
||||||
receptor-{{ loop.index }}:
|
receptor-{{ loop.index }}:
|
||||||
image: quay.io/awx/awx_devel:devel
|
image: "{{ awx_image }}:{{ awx_image_tag }}"
|
||||||
user: "{{ ansible_user_uid }}"
|
user: "{{ ansible_user_uid }}"
|
||||||
container_name: tools_receptor_{{ loop.index }}
|
container_name: tools_receptor_{{ loop.index }}
|
||||||
hostname: receptor-{{ loop.index }}
|
hostname: receptor-{{ loop.index }}
|
||||||
|
|||||||
Reference in New Issue
Block a user