Skip to content

Commit

Permalink
Merge pull request #14 from pyoner/docker-compose
Browse files Browse the repository at this point in the history
docker compose
  • Loading branch information
blokhin authored May 19, 2023
2 parents 42513ce + aadd664 commit 5cb674f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions compose.dev-bff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
services:
metis-bff:
build:
args:
- NODE_ENV=development
volumes:
- ../metis-bff:/app
entrypoint: "npm run dev"
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
depends_on:
db:
condition: service_healthy
rabbitmq:
condition: service_healthy
# rabbitmq:
# condition: service_healthy
build:
context: .
environment:
Expand Down

0 comments on commit 5cb674f

Please sign in to comment.