1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-21 04:57:29 +00:00
bibliogram/docker-compose.yml
2020-06-19 01:49:49 +12:00

10 lines
172 B
YAML

bibliogram:
build: .
volumes:
- ./config.js:/app/config.js:ro
- ./db:/app/db
ports:
- "10407:10407"
restart:
unless-stopped