Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c550aa2

Browse files
committed
update docker compose
1 parent 07ab012 commit c550aa2

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

docker/direct-app/docker-compose.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- "27883:27883"
1919
tty: true
2020
docker-elasticsearch-feeder:
21-
image: "appiriodevops/docker-elasticsearch:local"
21+
image: "appiriodevops/docker-elasticsearch:local-es-2.3"
2222
links:
2323
- "tc-informix"
2424
ports:
@@ -61,17 +61,16 @@ services:
6161
- "1199:1199"
6262
- "3973:3973"
6363
- "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
6964
run-online-review:
70-
image: appiriodevops/online-review:jboss-1.1
71-
container_name: run-online-review
65+
image: "appiriodevops/online-review:run"
7266
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
7672
ports:
7773
- "80:8080"
74+
links:
75+
- tc-informix:db
76+
entrypoint: /root/scripts/run.sh

docker/online_review/docker/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ ADD scripts /root/scripts
2727
RUN chmod +x /root/scripts/*.sh
2828
RUN dos2unix /root/scripts/*.sh
2929

30-
RUN mkdir /root/downloads
30+
RUN mkdir /root/downloads && mkdir /root/deployment
3131

3232
EXPOSE 8080 443

0 commit comments

Comments
 (0)