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 Jun 30, 2024
1 parent 9c0f10b commit a0fa60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ services:
- ./ui/chat-chainlit-assistant/app.py:/app/chainlit-ui-evaluation/app.py

datadb:
image: postgis/postgis:12-3.4
#image: postgis/postgis:12-3.4
image: postgres
container_name: recipes-ai-datadb
environment:
POSTGRES_DB: ${POSTGRES_DATA_DB}
Expand Down

0 comments on commit a0fa60d

Please sign in to comment.