Skip to content

Commit

Permalink
Added e2e tests GH action, with docker compose build - debugging action
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 1, 2024
1 parent 75523a0 commit 992d509
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:
promptflow:
build:
context: .
dockerfile: ./flows/chainlit-ui-evaluation/Dockerfile
args:
OPENAI_API_KEY: ${OPENAI_API_KEY}
OPENAI_API_ENDPOINT: ${ASSISTANTS_BASE_URL}
container_name: recipes-ai-promptflow
env_file:
- .env
volumes:
- ./flows:/app
- ./utils:/app/chainlit-ui-evaluation/utils
- ./templates:/app/chainlit-ui-evaluation/templates
- shared-data:/app/chainlit-ui-evaluation/recipes/public
- ./management/skills.py:/app/chainlit-ui-evaluation/recipes/skills.py
- ./ui/chat-chainlit-assistant/app.py:/app/chainlit-ui-evaluation/app.py

0 comments on commit 992d509

Please sign in to comment.