Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk authored Jan 10, 2025
1 parent 249cc8e commit 0c41325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
context: ./no-ocr-ui
dockerfile: Dockerfile
args:
VITE_SUPABASE_URL: "https://cdazhclrvpqparjhcihs.supabase.co"
VITE_SUPABASE_ANON_KEY: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNkYXpoY2xydnBxcGFyamhjaWhzIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzQxMzE3MjMsImV4cCI6MjA0OTcwNzcyM30.Hl1CGJVLG0awBGtZXpNNYZfZ8VWWG31diffcQqbZozk"
VITE_SUPABASE_URL: ""
VITE_SUPABASE_ANON_KEY: ""
VITE_REACT_APP_API_URI: "http://localhost:8000"
env_file:
- ./no-ocr-ui/.env
Expand Down Expand Up @@ -40,4 +40,4 @@ services:

volumes:
api-storage:
qdrant-storage:
qdrant-storage:

0 comments on commit 0c41325

Please sign in to comment.