Opengist Logo Docker Compose

Explore

  • Tüm gistler
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Opengist tarafından desteklenmektedir ⋅ 59ms

user:thomas kullanıcı tarafından oluşturulan gistler

title:mygist belirtilen isme sahip gistler

description:sync gists with given description

filename:myfile.txt belirtilen isimde dosyaları olan gistler

extension:yml belirtilen uzantıya sahip dosyalara sahip gistler

language:go belirtilen dilde dosyaları olan gistler

topic:homelab Verilen konuyla ilgili gist'ler

all:systemctl search all fields

Giriş Kaydol

hirsk

Katıldı 2 years ago

Tüm gistler 3
Yakın zamanda oluşturuldu En eski oluşturuldu Yakın zamanda güncellendi En eski güncellendi

hirsk / PasswordPusher

Son aktivite 2 months ago

Password Pusher is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.

0 0 1
1 services:
2 postgres:
3 image: docker.io/postgres:17
4 container_name: PasswordPusher-DB
5 volumes:
6 - /volume1/docker/pwpush/db:/var/lib/postgresql/data
7 environment:
8 POSTGRES_USER: passwordpusher_user
9 POSTGRES_PASSWORD: passwordpusher_passwd
10 POSTGRES_DB: passwordpusher_db

hirsk / Zoraxy

Son aktivite 2 months ago

A general purpose HTTP reverse proxy and forwarding tool. (Docker version 24.0.2-1525 and higher)

0 0 1
1 services:
2 zoraxy:
3 image: zoraxydocker/zoraxy:latest
4 container_name: zoraxy
5 restart: unless-stopped
6 ports:
7 - 80:80
8 - 443:443
9 - 8000:8000
10 volumes:

hirsk / My Media for Alexa

Son aktivite 2 months ago

My Media for Alexa lets you ask Alexa devices, such as Amazon Echo and the Amazon Dot, to play music from your existing home media library.

0 0 1
1 services:
2 mymediaforalexa:
3 image: bizmodeller/mymediaforalexa:latest
4 container_name: MyMedia4Alexa
5 ports:
6 - 52050:52050
7 - 52051:52051
8 volumes:
9 - /volume1/docker/mymedia-public/.MyMediaForAlexa:/datadir
10 - /volume2/music/Public/Neuzeit Album:/medialibrary_public:ro