inveniosoftware / inveniosoftware/invenio-cli
invenio-cli doesnt detect running web-ui container
- Dominant language
- Python
- Stars
- 14
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Package version (if known): 1.9.2
## Describe the bug
When setting up the containers, it cant find the web-ui container even though it was running. It works when i run `invenio-cli setup` instead.
## Steps to Reproduce
`invenio-cli containers setup --force --no-demo-data`
## Expected behavior
should setup my containers.
## Screenshots (if applicable)
```
invenio-cli containers setup --force --no-demo-data
Setting up services with force True, demo data False and stop after setup False...
Making sure containers are up...
redis up and running!
postgresql up and running!
search up and running!
Containers started and healthy.
Flushing redis cache...
Failed to setup services.
Output: Web UI container not found. Is it up and running?
```
```
docker ps | grep web-ui
b4d056da12b9 gb-com-inventory:latest "bash -c 'uwsgi /opt…" About an hour ago Up 7 minutes 127.0.0.1:5000->5000/tcp invenio_gb-web-ui-1
```
## Additional context
Contributor guide
Assessment
This issue has not been assessed yet.