Skip to content

Commit 5c5e68a

Browse files
committed
working website and service
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 594463b commit 5c5e68a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docker-compose.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
version: "3.8"
22
services:
3-
# web:
4-
# build: ../website
5-
# ports:
6-
# - "80:80"
3+
web:
4+
build:
5+
context: ../website
6+
dockerfile: DevDockerfile
7+
ports:
8+
- "3000:3000"
9+
env_file: .env
10+
stdin_open: true
711
service:
8-
build: ../service
12+
build:
13+
context: ../service
14+
dockerfile: DevDockerfile
915
ports:
1016
- "4000:4000"
1117
env_file: .env
1218
# crawler:
1319
# build: ../crawler
1420
# ports:
15-
# - "5000:5000"
21+
# - "5000:5000"

0 commit comments

Comments
 (0)