Compare commits

..

3 commits

2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,7 @@
group: "{{ cryptpad_install_user }}"
mode: '0640'
content: |
VERSION=version-3.15.0
VERSION=v3.24.0
USE_SSL=false
STORAGE='./storage/file'
LOG_TO_STDOUT=true

View file

@ -2,9 +2,10 @@ version: '2'
services:
cryptpad:
image: "cryptpad/cryptpad:${VERSION}"
image: "promasu/cryptpad:${VERSION}"
container_name: cryptpad{{ cryptpad_multitenant_postfix }}
hostname: cryptpad{{ cryptpad_multitenant_postfix }}
labels:
- "traefik.enable=true"
- "traefik.port={{ cryptpad_exposed_port }}"