pls don't be this

This commit is contained in:
Didier Slof 2023-02-01 13:05:22 +01:00
parent 629f4aeecb
commit 24069e8f4a
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
FROM promasu/cryptpad:nginx FROM promasu/cryptpad:nginx
COPY conf.d/cryptpad.conf /etc/nginx/conf.d/cryptpad.conf COPY conf.d/cryptpad.conf /etc/nginx/conf.d/cryptpad.conf
COPY config.js /cryptpad/custom/config.example.js
COPY config.js /cryptpad/custom/config.js COPY config.js /cryptpad/custom/config.js

View file

@ -15,7 +15,6 @@ services:
- LETSENCRYPT_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net - LETSENCRYPT_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
- VIRTUAL_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net - VIRTUAL_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
volumes: volumes:
- /srv/cryptpad/config/config.js:/cryptpad/config/config.js
- /srv/cryptpad/data:/cryptpad/data - /srv/cryptpad/data:/cryptpad/data
- /srv/cryptpad/other/blob:/cryptpad/blob - /srv/cryptpad/other/blob:/cryptpad/blob
- /srv/cryptpad/other/block:/cryptpad/block - /srv/cryptpad/other/block:/cryptpad/block