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

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

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated

simmons777 / Docker Socket Proxy

Last active 2 months ago

This is a security-enhanced proxy for the Docker Socket.

1 0 1
1 version: '3.3'
2 services:
3 docker-socket-proxy:
4 privileged: false
5 container_name: docker-proxy
6 environment:
7 - LOG_LEVEL=info # debug,info,notice,warning,err,crit,alert,emerg
8 ## Variables match the URL prefix (i.e. AUTH blocks access to /auth/* parts of the API, etc.).
9 # 0 to revoke access.
10 # 1 to grant access.

poudenes / ToGoodToGoo

Last active 2 months ago

It send for every favourite shop you have in the TgTg app to MQTT when there are new pick-ups

0 0 1
1 version: "3.9"
2 services:
3 tgtg:
4 image: maxwinterstein/toogoodtogo-ha-mqtt-bridge
5 container_name: toogoodtogo
6 hostname: toogoodtogo
7 restart: always
8 volumes:
9 - /etc/localtime:/etc/localtime:ro
10 - /volumeUSB1/usbshare/docker/toogoodtogo/settings.local.json:/app/settings.local.json

Bob / Pi.Alert

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