Opengist Logo Docker Compose

Explore

  • Tutti i gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Creato da Opengist ⋅ 62ms

user:thomas utente che ha creato il gist

title:mygist titolo del gist

description:sync gists with given description

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab Gist con l'argomento dato

all:systemctl search all fields

Entra Registrati

noma

Unito 2 years ago

Tutti i gists 3
Più recente creazione Meno recente creazione Più recente aggiornamento Meno recente aggiornamento

noma / FreshRSS

Ultima volta attivo 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

Ultima volta attivo 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

Ultima volta attivo 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