Skip to content

Instantly share code, notes, and snippets.

View shiftwavedev's full-sized avatar
💭
🏳️‍🌈

ShiftWave shiftwavedev

💭
🏳️‍🌈
View GitHub Profile
@shiftwavedev
shiftwavedev / check_env_version.sh
Last active June 15, 2025 15:57
Script to check all versions of libraries and software requested.
#!/bin/bash
BOLD=$(tput bold)
NORMAL=$(tput sgr0)
cat << "EOF"
__ ____ ___ _____
\ \ /\ / / _` \ \ / / _ \
\ V V / (_| |\ V / __/
\_/\_/ \__,_| \_/ \___|
@shiftwavedev
shiftwavedev / docker-compose.yml
Created July 15, 2022 10:13 — forked from thistac/docker-compose.yml
Simple Traefik with cloudflare, letsencrypt dns-chalange using secrets
version: "3.9"
services:
traefik:
image: "traefik:v2.4"
container_name: "traefik"
command:
#- "--log.level=DEBUG"
- "--api.insecure=true"
- "--providers.docker=true"