Run a receptor node in the dev environment

This commit is contained in:
Jeff Bradberry
2020-08-06 13:48:46 -04:00
committed by Shane McDonald
parent 45a0084f78
commit 3cbf384ad1
4 changed files with 18 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ services:
SDB_PORT: 7899
AWX_GROUP_QUEUES: tower
ports:
- "2222:2222"
- "8888:8888"
- "8080:8080"
- "8013:8013"

View File

@@ -83,6 +83,14 @@ redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
[program:awx-receptor]
command = receptor --node id=%(ENV_HOSTNAME)s --control-service filename=/var/run/receptor/receptor.sock --tcp-listener port=2222
autostart = true
autorestart = true
stopsignal = KILL
stopasgroup = true
killasgroup = true
[group:tower-processes]
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsbroadcast,awx-rsyslogd
priority=5