🐙 Docker Compose Tip #46
Build args vs env vars: different times, different jobs!
build.args → build time only (ARG)
environment → runtime only (ENV)
Don't mix them up! And never put secrets in build args.
Guide: lours.me/posts/compose-tip-046-build-args-vs-env/
#Docker #Compose #Configuration
Agent config is fragmented chaos. Here's how to standardize it. Every AI-assisted project right now has a different answer to the same question: where does the agent know who it is, what it can...
#ai #agents #configuration #devops
Origin | Interest | Match
📋 NEW: AI IDE Configuration Standards!
From .vscode to AGENTS.md - standardize your AI coding environment.
📖 Read: devopstales.github.io/ai/ai-ide-co...
#AI #IDE #Configuration #BestPractices
The Operating System That Treats Your Entire Machine Like a Git Repo — And Why Hardcore Engineers Can’t Stop Talking About It NixOS treats your entire machine like version-controlled source cod...
#DevNews #declarative #configuration #infrastructure #as #code […]
[Original post on webpronews.com]
https://youtu.be/fmdPrrk5Smk #alerte #configuration #danger #ft2 #hamradio #mode #numerique #radioamateur #tutoriel #v30
news.urc.asso.fr/2026/03/10/ft2-raptor-mo...
https://youtu.be/xk4NjhTXGxY?si=mtZZs5n-Ka5ZLvnb
#alerte #configuration #danger #ft2 #hamradio #mode #numerique #radioamateur #tutoriel #v30
news.urc.asso.fr/2026/03/03/ft2-raptor-mo...
🐳 🐙 Docker Compose Tip #42
Smart variable substitution!
${TAG:-latest} # default value
${TAG:?required} # fail if missing
Flexible configs with safety built in.
Guide: lours.me/posts/compose-tip-042-variable-substitution/
#Docker #Compose #Configuration #DevOps
Pixie 2.12 released! Extensive support for generics. Improved factory method and builder support.
Same tiny jar. Same simple configuration. Perfect for your tiniest plain-java projects.
#Java #DI #DependencyInjection #Configuration
So I have a habit of running the latest versions of #ChromeCanary and #FirefoxNightly just because I don't want to fall behind on #SecurityUpdates, to test for #compatibility and other issues and to sstay ahead of any #vulnerabilities in my #browser because I store a lot of #passwords locally in […]
🐳 🐙 Docker Compose Tip #40
Labels cost nothing but unlock a lot!
labels:
com.example.team: "backend"
com.example.env: "production"
Filter, organize, integrate with Traefik & Prometheus.
Guide: lours.me/posts/compose-tip-040-labels/
#Docker #Compose #Configuration #Monitoring
🐳 🐙 Docker Compose Tip #39
Combine all 3 for a clean setup!
include → reusable infra stacks
extends → DRY service config
Overrides → env differences
Each handles its own concern!
lours.me/posts/compose-tip-039-combining-include-extends-overrides/
#Docker #Configuration
🐳 🐙 Docker Compose Tip #38
Which one to use?
Adapting per environment? → Override files
Sharing base config across services? → extends
Importing a self-contained stack? → include
Simple decision guide inside!
Guide: lours.me/posts/compose-tip-038-when-to-use-which/
#Docker #Configuration #DevOps
Registry Mirror Authentication in Kubernetes Finally Gets a Native Fix — But Is It Enough? Kubernetes now supports authenticating to registry mirrors using native secrets, solving a long-standing...
#KubernetesPro #CNCF #Kubernetes #security #container #image […]
[Original post on webpronews.com]
🐳 🐙 Docker Compose Tip #37
3 ways to split Compose configs, each works differently!
Override files → project-level merge
extends → service-level inheritance
include → isolated sub-project import
Guide: lours.me/posts/compose-tip-037-include-extends-overrides/
#Docker #Configuration #Compose
Configuration Collapse, by @nathanacurtis@hci.social:
nathanacurtis.substack.com/p/configuration-collapse
#figma #components #configuration #props
How to Configure and Use the Prompt Column in Dataverse
www.inogic.com/blog/2025/08...
#PowerPlatform #dataverse #Configuration #PowerApps #AI
Les fichiers (souvent préfixés d'un point `.`) qui permettent de changer le comportement de Git dans un repo donné.
🔗 https://nesbitt.io/2026/02/05/git-magic-files.html
#Git #configuration
Git’s Magic Files, by @andrewnez@mastodon.social:
https://nesbitt.io/2026/02/05/git-magic-files.html
#git #configuration