Commit eefa4cc 1 parent 19f8f65 commit eefa4cc Copy full SHA for eefa4cc
File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,26 @@ services:
17
17
ports :
18
18
- 8000:8000
19
19
20
- # gptr-nextjs:
21
- # pull_policy: build
22
- # image: gptresearcher/gptr-nextjs
23
- # stdin_open: true
24
- # environment:
25
- # CHOKIDAR_USEPOLLING: "true"
26
- # LOGGING_LEVEL: INFO
27
- # NEXT_PUBLIC_GA_MEASUREMENT_ID: ${NEXT_PUBLIC_GA_MEASUREMENT_ID}
28
- # NEXT_PUBLIC_GPTR_API_URL: ${NEXT_PUBLIC_GPTR_API_URL}
29
- # build:
30
- # dockerfile: Dockerfile.dev
31
- # context: frontend/nextjs
32
- # volumes:
33
- # - /app/node_modules
34
- # - ./frontend/nextjs:/app
35
- # - ./frontend/nextjs/.next:/app/.next
36
- # - ./outputs:/app/outputs
37
- # restart: always
38
- # ports:
39
- # - 3000:3000
20
+ gptr-nextjs :
21
+ pull_policy : build
22
+ image : gptresearcher/gptr-nextjs
23
+ stdin_open : true
24
+ environment :
25
+ CHOKIDAR_USEPOLLING : " true"
26
+ LOGGING_LEVEL : INFO
27
+ NEXT_PUBLIC_GA_MEASUREMENT_ID : ${NEXT_PUBLIC_GA_MEASUREMENT_ID}
28
+ NEXT_PUBLIC_GPTR_API_URL : ${NEXT_PUBLIC_GPTR_API_URL}
29
+ build :
30
+ dockerfile : Dockerfile.dev
31
+ context : frontend/nextjs
32
+ volumes :
33
+ - /app/node_modules
34
+ - ./frontend/nextjs:/app
35
+ - ./frontend/nextjs/.next:/app/.next
36
+ - ./outputs:/app/outputs
37
+ restart : always
38
+ ports :
39
+ - 3000:3000
40
40
41
41
gpt-researcher-tests :
42
42
image : gptresearcher/gpt-researcher-tests
You can’t perform that action at this time.
0 commit comments