All New

user:thomas gists created by user

title:mygist gists with given title

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

Register

Login

All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

mariushosting / timelinize.yml

0 likes
0 forks
1 files
Last active 3 months ago
1 services:
2 timelinize:
3 image: ghcr.io/timelinize/timelinize
4 container_name: TimeLinize
5 user: 0:0
6 healthcheck:
7 test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/12002' || exit 1
8 interval: 10s
9 timeout: 5s
10 retries: 3

mariushosting / kaneonew.yml

0 likes
0 forks
1 files
Last active 4 months ago
1 services:
2 db:
3 image: postgres:17-alpine
4 container_name: Kaneo-DB
5 hostname: kaneo-db
6 security_opt:
7 - no-new-privileges:true
8 healthcheck:
9 test: ["CMD", "pg_isready", "-q", "-d", "kaneo", "-U", "kaneouser"]
10 timeout: 45s

mariushosting / medqux.yaml

0 likes
0 forks
1 files
Last active 5 months ago
1 services:
2 postgres:
3 image: postgres:17-alpine
4 container_name: Mediqux-DB
5 environment:
6 POSTGRES_DB: mediqux
7 POSTGRES_USER: mediquxuser
8 POSTGRES_PASSWORD: mediquxpass
9 volumes:
10 - /volume1/docker/mediqux/db:/var/lib/postgresql/data:rw

georgehasu / nefarious

0 likes
0 forks
1 files
Last active 8 months ago • Forked from abdul/nefarious
Web application for automatically downloading TV & Movies
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

poudenes / Komodo

0 likes
0 forks
1 files
Last active 8 months ago
1 # A alternative for Portainer. A very powerfull tool
2 # I have all my compose files on Git. And push them to Komodo automatic (Webhook)
3 # Create on your local machine in /etc/ the folder komodo (/etc/komodo)
4 # For full doc: https://komo.do/docs/intro
5
6 services:
7 komodo_core:
8 image: ghcr.io/moghtech/komodo-core:latest
9 labels:
10 komodo.skip:

Dickey / Photon reverse geocoding

0 likes
0 forks
1 files
Last active 8 months ago
1 version: '3.7'
2
3 services:
4 photon:
5 image: rtuszik/photon-docker:latest
6 container_name: photon
7 environment:
8 - COUNTRY_CODE=nl
9 - PUID=1036
10 - PGID=100

mariushosting / palmrnew.yaml

0 likes
0 forks
1 files
Last active 10 months ago
1 services:
2 palmr-api:
3 image: kyantech/palmr-api:latest
4 container_name: Palmr-API
5 healthcheck:
6 test: ["CMD", "curl", "-f", "http://localhost:3333/health"]
7 interval: 10s
8 timeout: 5s
9 retries: 5
10 start_period: 30s

mesoksa / compose.yaml

0 likes
0 forks
1 files
Last active 10 months ago
1 services:
2 linuxserver-radarr:
3 image: linuxserver/radarr:latest
4 container_name: radarr
5 environment:
6 - PUID=1026
7 - PGID=100
8 - TZ=Asia/Riyadh
9 volumes:
10 - /volume1/data:/data

abdul / Authelia

0 likes
0 forks
1 files
Last active 11 months ago
1 version: "3.9"
2
3 services:
4 authelia:
5 image: authelia/authelia:latest
6 container_name: authelia
7 restart: on-failure:5
8 volumes:
9 - /volume1/docker/authelia/config:/config:rw
10 - /volume1/docker/authelia/data:/data:rw

zrnek / Docmost

0 likes
0 forks
1 files
Last active 1 year ago
1 services:
2 docmost:
3 image: docmost/docmost:latest
4 depends_on:
5 - db
6 - redis
7 environment:
8 APP_URL: 'http://localhost:3000'
9 APP_SECRET: 'TW3kJS74HMdwq8Vlq8L5ZRCIZxtO4R'
10 DATABASE_URL: 'postgresql://docmost:[password]@db:5432/docmost?schema=public'
Newer Older

Powered by Opengist ⋅ Load: 190ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Copyright © 2019 – 2026 mariushosting - All Rights Reserved.