Compare commits
3 commits
35e06f3884
...
401a937b4e
Author | SHA1 | Date | |
---|---|---|---|
401a937b4e | |||
56a7002f33 | |||
bb01c7228a |
2 changed files with 3 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
group: "{{ cryptpad_install_user }}"
|
group: "{{ cryptpad_install_user }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
content: |
|
content: |
|
||||||
VERSION=version-3.15.0
|
VERSION=v3.24.0
|
||||||
USE_SSL=false
|
USE_SSL=false
|
||||||
STORAGE='./storage/file'
|
STORAGE='./storage/file'
|
||||||
LOG_TO_STDOUT=true
|
LOG_TO_STDOUT=true
|
||||||
|
|
|
@ -2,9 +2,10 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
cryptpad:
|
cryptpad:
|
||||||
image: "cryptpad/cryptpad:${VERSION}"
|
image: "promasu/cryptpad:${VERSION}"
|
||||||
container_name: cryptpad{{ cryptpad_multitenant_postfix }}
|
container_name: cryptpad{{ cryptpad_multitenant_postfix }}
|
||||||
hostname: cryptpad{{ cryptpad_multitenant_postfix }}
|
hostname: cryptpad{{ cryptpad_multitenant_postfix }}
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.port={{ cryptpad_exposed_port }}"
|
- "traefik.port={{ cryptpad_exposed_port }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue