Skip to content

Commit

Permalink
After testing on runner, using docker exec directly for brevity
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 9, 2024
1 parent 473a6d1 commit ad2b27d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
services:
datadb:
image: postgis/postgis:12-3.4
platform: linux/amd64
container_name: recipes-ai-datadb
environment:
POSTGRES_DB: ${POSTGRES_DATA_DB}
Expand All @@ -17,6 +18,7 @@ services:
- .env
recipedb:
image: ankane/pgvector:latest
platform: linux/amd64
container_name: recipes-ai-recipesdb
environment:
POSTGRES_DB: ${POSTGRES_RECIPE_DB}
Expand Down Expand Up @@ -70,6 +72,7 @@ services:
- ./templates:/app/templates
- ./utils:/app/utils
- ./management/skills.py:/app/recipes/skills.py
- ./tests:/app/tests
chat:
platform: linux/amd64
container_name: recipes-ai-chat
Expand Down Expand Up @@ -97,6 +100,7 @@ services:
# depends_on:
# - actions
ingestion:
platform: linux/amd64
container_name: recipes-ai-ingestion
build:
context: .
Expand Down

0 comments on commit ad2b27d

Please sign in to comment.