18 lines
640 B
YAML
18 lines
640 B
YAML
services:
|
|
go-shiori:
|
|
image: ghcr.io/go-shiori/shiori
|
|
volumes:
|
|
- '/home/soenke/docker-data/shiori:/shiori'
|
|
ports:
|
|
- '2661:8080'
|
|
container_name: shiori
|
|
labels:
|
|
kuma.tools.tag.name: 'Tools'
|
|
kuma.tools.tag.color: '#FF9900'
|
|
kuma.homelab.tag.name: 'Homelab'
|
|
kuma.homelab.tag.color: '#FF9955'
|
|
kuma.organization.tag.name: 'Organization'
|
|
kuma.organization.tag.color: '#FF99AA'
|
|
kuma.shiori.http.name: 'shiori'
|
|
kuma.shiori.http.url: 'https://shiori.domr.ovh/'
|
|
kuma.shiori.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]' |