forked from GitHubMirrors/silverbullet-icalendar
Merge fixes and new dev tools
All checks were successful
Build SilverBullet Plug / build (push) Successful in 18s
All checks were successful
Build SilverBullet Plug / build (push) Successful in 18s
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
silverbullet:
|
||||
image: zefhemel/silverbullet:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./test_space:/space
|
||||
- ./icalendar.plug.js:/space/_plug/icalendar.plug.js:ro
|
||||
environment:
|
||||
- SB_USER=admin:admin # Default for easy local testing
|
||||
Reference in New Issue
Block a user