Opengist Logo Docker Compose

Explore

  • Wszystkie Gisty
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Obsługiwane przez Opengist ⋅ 61ms

user:thomas Gisty stworzone przez użytkownika

title:mygist Gisty z podanym tytułem

description:sync gists with given description

filename:myfile.txt Gisty zawierające pliki z podanym tytułem

extension:yml Gisty zawierające pliki z podanym rozszerzeniem

language:go Gisty zawierające pliki z podanym językiem

topic:homelab gists with given topic

all:systemctl search all fields

Zaloguj się Zarejestruj się

noma

Dołączono 2 years ago

Wszystkie Gisty 3
Ostatnio utworzono Najdawniej utworzono Ostatnio zaktualizowano Najdawniej zaktualizowano

noma / FreshRSS

Ostatnio aktywne 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

Ostatnio aktywne 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

Ostatnio aktywne 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