mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
change the default port range for the sdb debugging tool
the current range conflicts w/ a port used by the pycharm editor
This commit is contained in:
@@ -15,13 +15,15 @@ services:
|
||||
RABBITMQ_PASS: guest
|
||||
RABBITMQ_VHOST: /
|
||||
SDB_HOST: 0.0.0.0
|
||||
SDB_PORT: 7899
|
||||
AWX_GROUP_QUEUES: tower
|
||||
ports:
|
||||
- "8888:8888"
|
||||
- "8080:8080"
|
||||
- "8013:8013"
|
||||
- "8043:8043"
|
||||
- "6899-6999:6899-6999" # default port range for sdb-listen
|
||||
- "6899:6899" # default port range for sdb-listen
|
||||
- "7899-7999:7899-7999" # default port range for sdb-listen
|
||||
links:
|
||||
- postgres
|
||||
- memcached
|
||||
|
||||
Reference in New Issue
Block a user