mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Bind port for UI live reload tooling in development environmentt
This allows for running: ``` docker exec -ti tools_awx_1 npm --prefix=awx/ui start ```
This commit is contained in:
@@ -56,6 +56,7 @@ services:
|
|||||||
- "8013:8013" # http
|
- "8013:8013" # http
|
||||||
- "8043:8043" # https
|
- "8043:8043" # https
|
||||||
- "2222:2222" # receptor foo node
|
- "2222:2222" # receptor foo node
|
||||||
|
- "3001:3001" # used by the UI dev env
|
||||||
{% endif %}
|
{% endif %}
|
||||||
redis_{{ container_postfix }}:
|
redis_{{ container_postfix }}:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user