mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-10-31 21:47:29 +00:00
13 lines
225 B
YAML
13 lines
225 B
YAML
version: '3'
|
|
volumes:
|
|
db:
|
|
services:
|
|
bibliogram:
|
|
build: .
|
|
image: cloudrac3r/bibliogram
|
|
volumes:
|
|
- db:/app/db
|
|
ports:
|
|
- 10407:10407
|
|
restart: unless-stopped
|