mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03: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:
parent
0bca0fabaa
commit
2abab0772f
@ -56,6 +56,7 @@ services:
|
||||
- "8013:8013" # http
|
||||
- "8043:8043" # https
|
||||
- "2222:2222" # receptor foo node
|
||||
- "3001:3001" # used by the UI dev env
|
||||
{% endif %}
|
||||
redis_{{ container_postfix }}:
|
||||
image: redis:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user