services: app: image: cryptpad:nix-latest environment: CRYPTPAD_CONFIG: '/cryptpad/config.js' ports: - '3000:3000' - '3001:3001' - '3003:3003' volumes: - ./config.js:/cryptpad/config.js:ro - ./_customize:/cryptpad/customize:ro - ./_data:/cryptpad/data