Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 65ms

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
d

docker-compose

Recently created Least recently created Recently updated Least recently updated
wojack

wojack / PoxenStudio Talebook

Last active 2 months ago docker-compose talebook

专注于个人私有书库的开发和运维支持。

0 0 1
1 services:
2 talebook:
3 restart: always
4 image: poxenstudio/talebook
5 volumes:
6 - /www/talebook:/data
7 ports:
8 - "8088:80"
9 - "4438:443"
10 environment:
wojack

wojack / Sun-panel-helper

Last active 2 months ago Sun-Panel docker-compose enhance

一款专为 Sun-Panel(NAS/服务器导航面板)设计的可视化美化工具。

0 0 1
1 version: "3"
2 networks:
3 1panel-network:
4 external: true
5
6 services:
7 sun-panel-helper:
8 image: madrays/sun-panel-helper:latest
9 container_name: sun-panel-helper
10 restart: always
wojack

wojack / PicProse

Last active 2 months ago docker-compose picprose

一款开源免费的封面图片制作工具

0 0 2
1 # 🖼️ Picprose - 多端带壳预览工具
2 # 💬 Code Create Life · 如何得与凉风约,不共尘沙一并来!
3 # 🌿 —— AhHui · 2025
4
5 services:
6 picprose:
7 # 🏷️ 容器名称
8 container_name: picprose
9
10 # 📦 使用的镜像