Skip to content
Snippets Groups Projects
Verified Commit a963fea9 authored by Roma's avatar Roma
Browse files

moved ABIWORD env from d-c.yml to dockerfile

parent 437c12b1
No related branches found
No related tags found
1 merge request!57Delete pad after delay
...@@ -104,4 +104,5 @@ USER etherpad ...@@ -104,4 +104,5 @@ USER etherpad
EXPOSE 8080 EXPOSE 8080
HEALTHCHECK --interval=20s --timeout=3s CMD curl --fail http://localhost:8080 || exit 1 HEALTHCHECK --interval=20s --timeout=3s CMD curl --fail http://localhost:8080 || exit 1
WORKDIR /opt/etherpad-lite/ WORKDIR /opt/etherpad-lite/
ENV ABIWORD "/usr/bin/abiword" #installed here by debian
ENTRYPOINT ["/opt/etherpad-lite/entrypoint.sh", "/opt/etherpad-lite/bin/run.sh" ] ENTRYPOINT ["/opt/etherpad-lite/entrypoint.sh", "/opt/etherpad-lite/bin/run.sh" ]
...@@ -84,7 +84,6 @@ services: ...@@ -84,7 +84,6 @@ services:
THEME: "colibris" THEME: "colibris"
TITLE: "Picapad" TITLE: "Picapad"
TRUST_PROXY: "true" TRUST_PROXY: "true"
ABIWORD: "/usr/bin/abiword"
networks: networks:
- proxy - proxy
- standard_app-db - standard_app-db
...@@ -116,7 +115,6 @@ services: ...@@ -116,7 +115,6 @@ services:
THEME: "colibris" THEME: "colibris"
TITLE: "Picapad Hebdo" TITLE: "Picapad Hebdo"
TRUST_PROXY: "true" TRUST_PROXY: "true"
ABIWORD: "/usr/bin/abiword"
depends_on: depends_on:
- week_db - week_db
networks: networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment