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

abdul / Tailscale using Portainer

1 likes
0 forks
1 files
Last active 1727383541
1 version: "3.9"
2 services:
3 ts-authkey-test:
4 image: tailscale/tailscale:latest
5 container_name: ts-authkey
6 hostname: authkey
7 environment:
8 - TS_AUTHKEY=tskey-auth- Generat YoUrOwNKeY at https://login.tailscale.com/admin/settings/keys
9 - TS_STATE_DIR=/var/lib/tailscale
10 - TS_USERSPACE=false

spaskifilip / Cloudflare DNS Updater

0 likes
0 forks
1 files
Last active 1724795355
Hi all I created (built on an existing creation) a DNS updater for Cloudlfare https://hub.docker.com/r/spaskifilip/cloudflare-dns-updater more detailed instructions are there, but here is my compose file
1 #Docker compose for cloudflare-dns-updater
2 version: "3.6"
3 services:
4 cloudlfare-dns-updater:
5 image: "spaskifilip/cloudflare-dns-updater:latest"
6 container_name: "cloudlfare-dns-updater"
7 volumes:
8 - app-data:/app # optional unless using the domains.json file and DOMAINS_FILE_PATH variable
9 environment:
10 CF_API_TOKEN: "YOUR_API_TOKEN" # Recomended to create a token for the zones, not use the main token

bertrand / gitlab-ce

0 likes
0 forks
1 files
Last active 1722388031
Code and Jobs management
1 version: '3.7'
2
3 services:
4 gitlab:
5 image: gitlab/gitlab-ce:latest
6 container_name: gitlab
7 restart: always
8 hostname: '<your reverse address without https://>'
9 environment:
10 GITLAB_OMNIBUS_CONFIG: |

darky388 / Xibo with sql server in other server

0 likes
0 forks
1 files
Last active 1722363234
1 version: "3.9"
2
3 services:
4 xibo-cms:
5 image: xibosignage/xibo-cms:latest
6 container_name: xibo-cms
7 ports:
8 - "65501:80"
9 environment:
10 - MYSQL_HOST=IP of your sql database

abdul / Watchtower notication with gotify

0 likes
0 forks
1 files
Last active 1720471324
Enable notifications for Watchtower using gotify
1 version: "3.9"
2 services:
3 watchtower:
4 image: containrrr/watchtower:latest
5 container_name: WATCHTOWER
6 hostname: watchtower
7 networks:
8 - prometheus-net
9 mem_limit: 128m
10 mem_reservation: 50m

abdul / Emby

0 likes
0 forks
1 files
Last active 1720359082
Install Emby using Portainer
1 version: "3.9"
2 services:
3 emby:
4 image: linuxserver/emby:latest
5 container_name: Emby
6 mem_limit: 8g
7 cpu_shares: 1024
8 security_opt:
9 - no-new-privileges:true
10 ports:

bertrand / portainer-backup

1 likes
0 forks
1 files
Last active 1720324175
Backup your portainer config and associated stack files
1 version: "3.9"
2 services:
3 backup:
4 container_name: portainer-backup
5 image: savagesoftware/portainer-backup:latest
6 environment:
7 TZ: Europe/Paris
8 PUID: 1028
9 PGID: 100
10 PORTAINER_BACKUP_URL: "http://<IP FOR THE NAS>:9000" # To be replaced by the IP of your NAS

gdechene / Nextcloud

0 likes
0 forks
1 files
Last active 1713813206
1 version: "3.8"
2 services:
3 db:
4 image: mariadb
5 command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
6 restart: always
7 volumes:
8 - /volume1/docker/nextcloud/db:/var/lib/mysql:rw
9 environment:
10 - MYSQL_ROOT_PASSWORD=$MYSQL_ROOT_PASSWORD

abdul / Tdaar-Node.

0 likes
0 forks
1 files
Last active 1712106805
Tested on Synology, perfect for Linux machines with Nvidia GPU's
1 version: "3.9"
2 services:
3 tdarr-node:
4 image: ghcr.io/haveagitgat/tdarr_node:latest
5 container_name: Tdarr-node
6
7 security_opt:
8 - no-new-privileges:true
9
10 ports:

abdul / tautulli using portainer on diffrent port

0 likes
0 forks
1 files
Last active 1712106875
Just edited the port to 8188
1 version: "3.9"
2 services:
3 tautulli:
4 image: ghcr.io/tautulli/tautulli
5 hostname: tautulli
6 ports:
7 - 8188:8181
8 volumes:
9 - /volume1/docker/tautulli:/config
10 environment:
Newer Older

Powered by Opengist ⋅ Load: 288ms⋅

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