Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 强力驱动 ⋅ 63ms

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

description:sync gists with given description

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

all:systemctl search all fields

登录 注册

noma

加入于 2 years ago

所有 Gists 3
最近 创建 最早 创建 最近 更新 最早 更新

noma / FreshRSS

最后活跃于 3 months ago

FreshRSS is a self-hosted RSS feed aggregator.

0 0 1
1 version: '3.9'
2 services:
3 freshrss:
4 image: freshrss/freshrss
5 container_name: freshrss
6 volumes:
7 - '/volume1/docker/freshrss/_data/extensions:/var/www/FreshRSS/extensions'
8 - '/volume1/docker/freshrss/_data/data:/var/www/FreshRSS/data'
9 environment:
10 - 'CRON_MIN=1,31'

noma / Min.IO

最后活跃于 3 months ago

High Performance Object Storage for Modern Data Lakes

0 0 1
1 version: '3.9'
2 services:
3 minio:
4 command: server /data --console-address ":9090"
5 image: quay.io/minio/minio
6 environment:
7 - 'MINIO_ROOT_PASSWORD=*TOBEDEFINED'
8 - 'MINIO_ROOT_USER=*TOBEDEFINED'
9 volumes:
10 - '/volume1/docker/minio/data:/data'

noma / Jellyfin

最后活跃于 3 months ago

Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.

1 0 1
1 version: "3.9"
2 services:
3 jellyfin:
4 image: jellyfin/jellyfin:latest
5 container_name: Jellyfin-HT
6 environment:
7 TZ: Europe/Zurich
8 user: 1031:100
9 volumes:
10 - /volume1/docker/jellyfinht/config:/config:rw