cryptpad-deuxfleurs.nix/docker-compose.yml

14 lines
312 B
YAML
Raw Normal View History

2024-04-16 10:11:50 +00:00
services:
app:
image: cryptpad:nix-latest
environment:
2024-04-17 21:48:40 +00:00
CRYPTPAD_CONFIG: '/cryptpad/config.js'
2024-04-16 10:11:50 +00:00
ports:
- '3000:3000'
- '3001:3001'
- '3003:3003'
volumes:
2024-04-17 21:48:40 +00:00
- ./config.js:/cryptpad/config.js:ro
- ./_customize:/cryptpad/customize:ro
- ./_data:/cryptpad/data