mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Make receptorctl easier to use in dev env
This commit is contained in:
parent
fe9b24cde2
commit
70755a395b
@ -270,6 +270,7 @@ ENV HOME="/var/lib/awx"
|
||||
ENV PATH="/usr/pgsql-10/bin:${PATH}"
|
||||
|
||||
{% if build_dev|bool %}
|
||||
ENV PATH="/var/lib/awx/venv/awx/bin/:${PATH}"
|
||||
|
||||
EXPOSE 8043 8013 8080 22
|
||||
|
||||
|
||||
@ -13,6 +13,7 @@ services:
|
||||
SDB_HOST: 0.0.0.0
|
||||
SDB_PORT: 7899
|
||||
AWX_GROUP_QUEUES: tower
|
||||
RECEPTORCTL_SOCKET: /var/run/receptor/receptor.sock
|
||||
ports:
|
||||
- "2222:2222"
|
||||
- "8888:8888"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user