i hate this
This commit is contained in:
parent
742176c221
commit
8e3994e3d9
3 changed files with 2 additions and 295 deletions
|
@ -6,8 +6,7 @@ networks:
|
|||
|
||||
services:
|
||||
cryptpad:
|
||||
build:
|
||||
context: custom/cryptpad
|
||||
image: promasu/cryptpad:nginx
|
||||
hostname: cryptpad
|
||||
environment:
|
||||
- CPAD_MAIN_DOMAIN=pad.ixvd.net
|
||||
|
@ -19,7 +18,7 @@ services:
|
|||
- LETSENCRYPT_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
|
||||
- VIRTUAL_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
|
||||
volumes:
|
||||
- /srv/cryptpad/config:/cryptpad/config
|
||||
- /srv/cryptpad/config/config.js:/cryptpad/config
|
||||
- /srv/cryptpad/data:/cryptpad/data
|
||||
- /srv/cryptpad/other/blob:/cryptpad/blob
|
||||
- /srv/cryptpad/other/block:/cryptpad/block
|
||||
|
|
Reference in a new issue