Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 强力驱动 ⋅ 21ms

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

description:sync gists with given description

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

all:systemctl search all fields

登录 注册

DockerRocker

加入于 6 months ago

所有 Gists 1
最近 创建 最早 创建 最近 更新 最早 更新

DockerRocker / tracearr.yaml

最后活跃于 3 months ago
0 0 1
1 services:
2 tracearr:
3 image: ghcr.io/connorgallopo/tracearr:supervised
4 container_name: Tracearr
5 user: 0:0
6 healthcheck:
7 test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1
8 interval: 10s
9 timeout: 5s
10 retries: 3