Merge pull request #11342 from shanemcd/custom-uwsgi-mount-path

Allow for running AWX at non-root path (URL prefixing)
This commit is contained in:
Shane McDonald
2022-02-09 10:37:04 -05:00
committed by GitHub
62 changed files with 96 additions and 75 deletions

View File

@@ -56,6 +56,7 @@ services:
- "8013:8013" # http
- "8043:8043" # https
- "2222:2222" # receptor foo node
- "3000:3001" # used by the UI dev env
{% endif %}
redis_{{ container_postfix }}:
image: redis:latest