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