Skip to content

Commit

Permalink
fix: make docker-compose work with presidio
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Oct 16, 2024
1 parent 66e2a69 commit d97640a
Show file tree
Hide file tree
Showing 3 changed files with 1,135 additions and 938 deletions.
17 changes: 10 additions & 7 deletions apps/chatbot/docker/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
services:
api:
build:
context: ..
dockerfile: docker/app.local.Dockerfile
image: fastapi-local
# build:
# context: ..
# dockerfile: docker/app.local.Dockerfile
ports:
- "8080:8080"
env_file:
- ../.env # The path to the .env file
volumes:
- ..:/app
- ./files/.aws:/root/.aws
- ../../nextjs-website/out:/app/build-devp/out
# - ..:/app
- ~/.aws:/root/.aws
# - ../../nextjs-website/out:/app/build-devp/out
depends_on:
redis:
condition: service_started
Expand Down Expand Up @@ -53,4 +56,4 @@ services:
- ntw

networks:
ntw:
ntw:
Loading

0 comments on commit d97640a

Please sign in to comment.