mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 13:17:30 +00:00
10 lines
172 B
YAML
10 lines
172 B
YAML
|
bibliogram:
|
||
|
build: .
|
||
|
volumes:
|
||
|
- ./config.js:/app/config.js:ro
|
||
|
- ./db:/app/db
|
||
|
ports:
|
||
|
- "10407:10407"
|
||
|
restart:
|
||
|
unless-stopped
|