Skip to content

Commit

Permalink
undo chnages to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Dec 14, 2023
1 parent 361ee63 commit 8b4a61b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ services:
image: jsinfo-indexer
build: .
env_file:
- dockercompose.env
- .env
entrypoint: bun indexer.js
volumes:
- /Users/mikecotic/Documents/lava_projects/jsinfo/static/cache:/Users/mikecotic/Documents/lava_projects/jsinfo/static/cache

query:
image: jsinfo-query
build: .
ports:
- "3000:3000"
expose:
- "3000"
env_file:
- dockercompose.env
entrypoint: bun query.js
volumes:
- /Users/mikecotic/Documents/lava_projects/jsinfo/static/cache:/Users/mikecotic/Documents/lava_projects/jsinfo/static/cache
- .env
entrypoint: bun query.js

0 comments on commit 8b4a61b

Please sign in to comment.