Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix(docker): moved auth view of gradio to prod (#146)
Browse files Browse the repository at this point in the history
* fix(docker): moved auth view of gradio to prod

* revert(docker): revert changes in dev
  • Loading branch information
frgfm authored Mar 30, 2024
1 parent dc5f8db commit 84c21f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ services:
- 7860
environment:
- API_URL=http://backend:5050/api/v1
- SUPERADMIN_LOGIN=${SUPERADMIN_LOGIN}
- SUPERADMIN_PWD=${SUPERADMIN_PWD}
- POSTHOG_HOST=${POSTHOG_HOST}
- POSTHOG_KEY=${POSTHOG_KEY}
labels:
- "traefik.enable=true"
- "traefik.http.routers.grafana.rule=Host(`${GRADIO_HOST}`)"
Expand Down

0 comments on commit 84c21f7

Please sign in to comment.