migrate: more services for kid

This commit is contained in:
Strix 2023-10-22 16:51:58 +02:00
parent bf1bb72437
commit 48c6a57623
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
10 changed files with 386 additions and 1 deletions

View file

@ -0,0 +1,27 @@
version: '2.2'
networks:
cloud: null
services:
cryptpad:
build: custom/cryptpad
hostname: cryptpad
environment:
CPAD_MAIN_DOMAIN: pad.ixvd.net
CPAD_SANDBOX_DOMAIN: sandbox.pad.ixvd.net
CPAD_HTTP2_DISABLE: "true"
CPAD_TRUSTED_PROXY: 10.0.0.0/8
CPAD_REALIP_HEADER: X-Forwarded-For
CPAD_REALIP_RECURSIVE: "on"
volumes:
- /srv/cryptpad/data:/cryptpad/data
- /srv/cryptpad/other/blob:/cryptpad/blob
- /srv/cryptpad/other/block:/cryptpad/block
- /srv/cryptpad/other/files:/cryptpad/datastore
- /srv/cryptpad/other/customize:/cryptpad/customize
ulimits:
nofile:
soft: 1000000
hard: 1000000
networks:
- proxy
- cloud