Files
silverbullet-icalendar/docker-compose.yml
sstent 070b10843e
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
Fix(timezone): Implement True UTC calculation and bump to v0.3.0
2026-02-17 10:07:02 -08:00

20 lines
409 B
YAML

services:
silverbullet:
image: zefhemel/silverbullet:latest
ports:
- "3000:3000"
volumes:
- ./test_space:/space
environment:
- SB_USER=admin:admin
- SB_LOG_PUSH=true
- SB_DEBUG=true
- SB_SPACE_LUA_TRUSTED=true
mock-ics:
image: nginx:alpine
ports:
- "8080:80"
volumes:
- ./mock_calendar.ics:/usr/share/nginx/html/calendar.ics:ro