This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
online_review/docker/build Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
- " 27883:27883"
19
19
tty : true
20
20
docker-elasticsearch-feeder :
21
- image : " appiriodevops/docker-elasticsearch:local"
21
+ image : " appiriodevops/docker-elasticsearch:local-es-2.3 "
22
22
links :
23
23
- " tc-informix"
24
24
ports :
@@ -61,17 +61,16 @@ services:
61
61
- " 1199:1199"
62
62
- " 3973:3973"
63
63
- " 5446:5446"
64
- run-auto-pilot :
65
- image : appiriodevops/online-review:autopilot-1.0
66
- container_name : run-auto-pilot
67
- links :
68
- - tc-informix:db
69
64
run-online-review :
70
- image : appiriodevops/online-review:jboss-1.1
71
- container_name : run-online-review
65
+ image : " appiriodevops/online-review:run"
72
66
environment :
73
- - JAVA_OPTS=-Xms512m -Xmx1024m
74
- links :
75
- - tc-informix:db
67
+ - JAVA_OPTS=-Xms256m -Xmx512m
68
+ - DISABLE_ONLINE_REVIEW=0
69
+ - DISABLE_AUTO_PILOT=0
70
+ - DISABLE_LATE_DELIVERABLES_TRACKER=1
71
+ - DISABLE_REVIEW_ASSIGNMENT=1
76
72
ports :
77
73
- " 80:8080"
74
+ links :
75
+ - tc-informix:db
76
+ entrypoint : /root/scripts/run.sh
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ ADD scripts /root/scripts
27
27
RUN chmod +x /root/scripts/*.sh
28
28
RUN dos2unix /root/scripts/*.sh
29
29
30
- RUN mkdir /root/downloads
30
+ RUN mkdir /root/downloads && mkdir /root/deployment
31
31
32
32
EXPOSE 8080 443
You can’t perform that action at this time.
0 commit comments