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 ⋅ 37ms

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

DockerRocker

Joined 5 months ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

DockerRocker / tracearr.yaml

Last active 2 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