cryptpad-deuxfleurs.nix/docker-compose.yml

13 lines
241 B
YAML
Raw Normal View History

2024-04-16 10:11:50 +00:00
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