diff --git a/tasks/main.yml b/tasks/main.yml index fa41e6d..4a2c10e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,7 +29,7 @@ group: "{{ cryptpad_install_user }}" mode: '0640' content: | - VERSION=v3.24.0 + VERSION=version-3.15.0 USE_SSL=false STORAGE='./storage/file' LOG_TO_STDOUT=true diff --git a/templates/docker-compose.cryptpad.yml.j2 b/templates/docker-compose.cryptpad.yml.j2 index 1a270e1..585a190 100644 --- a/templates/docker-compose.cryptpad.yml.j2 +++ b/templates/docker-compose.cryptpad.yml.j2 @@ -2,10 +2,9 @@ version: '2' services: cryptpad: - image: "promasu/cryptpad:${VERSION}" + image: "cryptpad/cryptpad:${VERSION}" container_name: cryptpad{{ cryptpad_multitenant_postfix }} hostname: cryptpad{{ cryptpad_multitenant_postfix }} - labels: - "traefik.enable=true" - "traefik.port={{ cryptpad_exposed_port }}"