Opengist Logo emanuelegori's Gists

Explore

  • All gists
  • Topics
  • Users
Copyright 2024 - 2025 emanuelegori.uno
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
c

check

Recently created Least recently created Recently updated Least recently updated
emanuelegori

emanuelegori / ciao

Last active 3 months ago check ciao docker

checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack)

0 0 1
1 services:
2 ciao:
3 image: brotandgames/ciao
4 container_name: ciao
5 ports:
6 - '8090:3000'
7 environment:
8 - TIME_ZONE=Rome
9 - BASIC_AUTH_USERNAME=myusername
10 - BASIC_AUTH_PASSWORD=mypassword