mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Avoid EDA dev env port conflict
* Not many, if any, folks use the notebook feature. It kind of goes in and out of popularity. We've used it in the past when we work on features that require visualization (i.e. network graphs, workflows). Might as well keep it around in case we use it again.
This commit is contained in:
committed by
Chris Meyers
parent
65655f84de
commit
f9c0b97c53
@@ -64,7 +64,7 @@ services:
|
||||
{% if control_plane_node_count|int == 1 %}
|
||||
- "6899:6899"
|
||||
- "8080:8080" # unused but mapped for debugging
|
||||
- "${AWX_JUPYTER_PORT:-8888}:8888" # jupyter notebook
|
||||
- "${AWX_JUPYTER_PORT:-9888}:9888" # jupyter notebook
|
||||
- "8013:8013" # http
|
||||
- "8043:8043" # https
|
||||
- "2222:2222" # receptor foo node
|
||||
|
||||
Reference in New Issue
Block a user