Correction template pour etherpad 2+
This commit is contained in:
parent
9219e314b5
commit
b884d191e7
2 changed files with 3 additions and 2 deletions
|
@ -43,4 +43,3 @@
|
|||
with_items:
|
||||
- docker-compose.yml
|
||||
notify: docker-compose-up
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ services:
|
|||
image: {{ docker_etherpad_version }}
|
||||
restart: always
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
DB_TYPE: postgres
|
||||
DB_HOST: db
|
||||
DB_PORT: 5432
|
||||
|
@ -16,7 +17,8 @@ services:
|
|||
TRUST_PROXY: true
|
||||
DEFAULT_PAD_TEXT: "{{ docker_etherpad_default_pad_text }}"
|
||||
volumes:
|
||||
- {{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/node_modules:/opt/etherpad-lite/node_modules
|
||||
- {{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/plugin_packages:/opt/etherpad-lite/src/plugin_packages
|
||||
- {{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/var:/opt/etherpad-lite/var
|
||||
- {{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/settings.json:/opt/etherpad-lite/settings.json
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
|
Loading…
Reference in a new issue