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

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

Bob

Joined 3 years ago

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

Bob / Pi.Alert

Last active 4 months ago

Pi.Alert Docker Compose

0 0 1
1 version: "3.9"
2 services:
3 pi.alert:
4 container_name: Pi.Alert
5 healthcheck:
6 test: curl -f http://localhost:17811/ || exit 1
7 mem_limit: 2g
8 cpu_shares: 768
9 security_opt:
10 - no-new-privileges:true