Remove useless file
continuous-integration/drone/push Build is failing Details

main
Georg Krause 2020-09-15 20:05:38 +02:00
parent afd314ff97
commit d4dfaf1479
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
---
version: '2'
services:
cryptpad:
image: "promasu/cryptpad:latest"
hostname: cryptpad
volumes:
- ./data/blob:/cryptpad/blob
- ./data/block:/cryptpad/block
- ./customize:/cryptpad/customize
- ./data/config.js:/cryptpad/config/config.js
- ./data/data:/cryptpad/data
- ./data/files:/cryptpad/datastore
ports:
- "3000:3000"
- "3001:3001"
expose:
- "3000"
- "3001"
ulimits:
nofile:
soft: 1000000
hard: 1000000