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:
Ryan Petrello
2019-09-13 11:50:06 -04:00
parent 4e1fbb3e91
commit 5ed97e0f65
4 changed files with 9 additions and 6 deletions

View File

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