Skip to content

Commit 14c0f5f

Browse files
committed
heroku test
1 parent 615cd6b commit 14c0f5f

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docker-compose.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
version: '2'
22
services:
3-
nginx:
4-
build:
5-
context: nginx
6-
dockerfile: Dockerfile
7-
ports:
8-
- "80:80"
9-
command: nginx -g "daemon off";
10-
depends_on:
11-
- nodejs
3+
# nginx:
4+
# build:
5+
# context: nginx
6+
# dockerfile: Dockerfile
7+
# ports:
8+
# - "80:80"
9+
# command: nginx -g "daemon off";
10+
# depends_on:
11+
# - nodejs
1212

1313
nodejs:
1414
build:
1515
context: .
1616
dockerfile: Dockerfile
17-
expose:
18-
- "3000"
17+
# expose:
18+
# - "3000"
19+
ports:
20+
- "3000:3000"
1921
command: npm start
2022

21-

0 commit comments

Comments
 (0)