26 lines
541 B
YAML
26 lines
541 B
YAML
services:
|
|
hastebin:
|
|
container_name: hastebin
|
|
image: rlister/hastebin
|
|
environment:
|
|
STORAGE_TYPE: redis
|
|
STORAGE_HOST: hastebinredis
|
|
ports:
|
|
- "1006:7777"
|
|
labels:
|
|
glance.name: Hastebin
|
|
glance.icon:
|
|
workflow_dispatch: si:jellyfin
|
|
glance.url: https://hastebin.theocorp
|
|
glance.description:
|
|
workflow_dispatch: Private Note Bin
|
|
glance.hide: false
|
|
hastebinredis:
|
|
container_name: hastebinredis
|
|
image: redis
|
|
volumes:
|
|
- redis_data:/data
|
|
|
|
volumes:
|
|
redis_data:
|