Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 39ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

All gists

All Recently liked Recently forked

Gwendal / Jitsi Meet

Last active 2 months ago

Free Video Conferencing Software for Web & Mobile

1 1 1
1 version: "3.9"
2 services:
3
4 # Frontend
5 jitsi-web:
6 image: jitsi/web:stable-8960-1
7 container_name: jitsi-web
8 ports:
9 - 8084:80
10 - 4484:443

abdul / nefarious

Last active 2 months ago

Web application for automatically downloading TV & Movies

1 1 1
1 version: '3'
2
3 services:
4 nefarious:
5 image: lardbit/nefarious
6 container_name: nefarious
7 ports:
8 - "8008:8000"
9 volumes:
10 - /volume1/docker/nefarious/data:/config