Skip to content

Commit

Permalink
update docker compose so that it mounts local directory and adds comp…
Browse files Browse the repository at this point in the history
…onents to pythonpath. this creates very graceful test env
  • Loading branch information
LukeLalor committed Nov 22, 2024
1 parent abb3d58 commit 8eb6029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ services:
action: rebuild
ports:
- "8080:8080"
env_file:
- .env
environment:
- PYTHONPATH=/local_mount
volumes:
- ./resources:/bound_resources
- ./:/local_mount
- eidolon_data:/data/eidolon/files
command: /bound_resources/ -m sample-machine --reload --fail-on-bad-agent true
command: /local_mount/resources/ -m sample-machine --reload --fail-on-bad-agent true --watch /local_mount/components --dotenv /local_mount/.env
depends_on:
- mongo
- chromadb
Expand Down

0 comments on commit 8eb6029

Please sign in to comment.