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:
Shane McDonald 2021-11-14 04:18:59 +00:00
parent 0bca0fabaa
commit 2abab0772f

View File

@ -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