Skip to content
Snippets Groups Projects
Verified Commit 8f9611d7 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Add example usage of new env var in docker-compose.yml

parent e9f3c491
No related branches found
No related tags found
1 merge request!29Améliorations diverses d'Etherpad
Pipeline #39018 failed
......@@ -15,6 +15,9 @@ services:
- "traefik.frontend.rule=Host:pad.picasoft.net"
- "traefik.port=8080"
- "traefik.enable=true"
environment:
- ETHERPAD_THEME=colibris
- ETHERPAD_MINIFY=true
restart: always
etherpad-db:
......
......@@ -62,7 +62,7 @@ cat <<- EOF > /opt/etherpad-lite/settings.json
"database": "${ETHERPAD_DB_NAME}",
"charset" : "utf8mb4"
},
"minify": "${ETHERPAD_MINIFY}",
"minify": ${ETHERPAD_MINIFY},
"skinName": "${ETHERPAD_THEME}",
"defaultPadText": "${ETHERPAD_DEFAULT_TEXT}",
EOF
......
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