forked from GitHubMirrors/silverbullet-icalendar
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
20 lines
409 B
YAML
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
|