We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8331c50 commit 76e5af6Copy full SHA for 76e5af6
docker-compose.yaml
@@ -4,6 +4,8 @@ services:
4
api:
5
image: node:16.13
6
container_name: node-api-boilerplate
7
+ depends_on:
8
+ - mongodb
9
command: bash -c "yarn install && yarn dev"
10
working_dir: /api
11
volumes:
@@ -27,6 +29,8 @@ services:
27
29
mongo-express:
28
30
container_name: node-api-boilerplate-mongo-express
31
image: mongo-express
32
33
34
ports:
35
- 8081:8081
36
environment:
0 commit comments