Make receptorctl easier to use in dev env

This commit is contained in:
Shane McDonald 2021-01-14 19:34:36 -05:00
parent fe9b24cde2
commit 70755a395b
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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"