Skip to content

Instantly share code, notes, and snippets.

View exstral's full-sized avatar
⚛️
Processing Possible Futures

exstral

⚛️
Processing Possible Futures
  • Berlin
View GitHub Profile

Keybase proof

I hereby claim:

  • I am exstral on github.
  • I am exstral (https://keybase.io/exstral) on keybase.
  • I have a public key ASD8ceGp3NuIPVCAx7WSF0JUvc00geSnAsRm-UeHHA2ndwo

To claim this, I am signing this object:

version: '2.1'
services:
# The backend listens on a port indefinetly and never restarts.
backend:
container_name: backend
image: ebiqe/alpine-nc
command: "nc -v -l -k 8888"
healthcheck:
test: "nc -z localhost 8888 || exit 1"