12 lines
241 B
YAML
12 lines
241 B
YAML
services:
|
|
app:
|
|
image: cryptpad:nix-latest
|
|
environment:
|
|
CRYPTPAD_CONFIG: '/config.js'
|
|
ports:
|
|
- '3000:3000'
|
|
- '3001:3001'
|
|
- '3003:3003'
|
|
volumes:
|
|
- ./config.js:/config.js:ro
|
|
- ./_data:/data
|