Skip to content

Commit 1a96968

Browse files
committed
Update docker compose to include question service
1 parent 8d32bd3 commit 1a96968

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ services:
88
networks:
99
- peerprep-network
1010
restart: always
11+
question-service:
12+
image: peerprep/question-service
13+
build: ./backend/question-service
14+
env_file: ./backend/question-service/.env
15+
ports:
16+
- 3000:3000
17+
networks:
18+
- peerprep-network
19+
restart: always
1120

1221
networks:
1322
peerprep-network:

0 commit comments

Comments
 (0)