Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix port conflicts when running other Ansible dev environments #14701

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

slemrmartin
Copy link
Contributor

@slemrmartin slemrmartin commented Dec 5, 2023

SUMMARY

There is a docker port conflict with other AAP services:

  • 8888:
    • conflicts with Event Driven Automation
    • configurable by ENV AWX_JUPYTER_PORT

And unlike other AAP repos, Postgres is not exposed:

  • 5432:
    • conflicts with Gateway Postgres
    • configurable by ENV AWX_PG_PORT

To apply ENVs, run

AWX_PG_PORT=5431 AWX_JUPYTER_PORT=8887 make docker-compose
ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • Other
AWX VERSION
awx: 23.5.1.dev3+gfeb5562fac
ADDITIONAL INFORMATION

@shanemcd shanemcd changed the title AAP: Docker port conflicts Fix port conflicts when running other Ansible dev environments Dec 5, 2023

Verified

This commit was signed with the committer’s verified signature.
slemrmartin Martin Slemr
@slemrmartin
Copy link
Contributor Author

@AlanCoding please review (part of AAP port conflicts issue)

@john-westcott-iv john-westcott-iv merged commit 403f545 into ansible:devel Jan 4, 2024
21 checks passed
djyasin added a commit to djyasin/awx that referenced this pull request Jan 4, 2024
Adding "address" property

Fix port conflicts when running other Ansible dev environments (ansible#14701)

AAP: Docker port conflicts

Update conf.py to 2024 (ansible#14743)

* Update conf.py to 2023

* Update awxkit/awxkit/cli/docs/source/conf.py

Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>

---------

Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
djyasin pushed a commit to djyasin/awx that referenced this pull request Sep 16, 2024
djyasin pushed a commit to djyasin/awx that referenced this pull request Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants