Skip to content

Commit

Permalink
rename streamlit-ui again
Browse files Browse the repository at this point in the history
I renamed it back accidentally
  • Loading branch information
diegoquintanav committed Oct 8, 2022
1 parent b6f8305 commit d3684b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@ services:

networks:
- rubrix
streamlit-ui:
streamlit:
image: "${DOCKER_IMAGE_STREAMLIT_UI?Variable not set}:${TAG-latest}"
build:
context: ./services/streamlit-ui/src
context: ./services/streamlit/src
env_file:
- .env
networks:
- rubrix
volumes:
- streamlit-ui-cachedata:/root/.cache
- streamlit-ui-venvdata:/src/.venv
- streamlit-cachedata:/root/.cache
- streamlit-venvdata:/src/.venv
rubrix:
image: recognai/rubrix:latest
restart: unless-stopped
Expand Down Expand Up @@ -191,5 +191,5 @@ volumes:
elasticdata:
jupyter-cachedata:
jupyter-venvdata:
streamlit-ui-cachedata:
streamlit-ui-venvdata:
streamlit-cachedata:
streamlit-venvdata:

0 comments on commit d3684b7

Please sign in to comment.