//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts









Loading...
@astropierre.com ouvre la nouvelle édition de @lu.voxxeddays.com
3d
Guillaume
@k33gorg.bsky.social présente comment utiliser des tiny models pour coder à @lu.voxxeddays.com
3d
@astropierre.com est de retour sur la scène de @lu.voxxeddays.com pour nous parler des voyages interstellaires 🤩
3d
Guillaume
Guillaume
Avec le fiston à la Défense Arena pour voir les Foo Fighters et pour l’instant c’est Inhale sur scène
🐳 🐙 Docker Compose Tip #75 Hide noisy service logs from `compose up`! services: proxy: image: nginx attach: false Or per run: docker compose up --no-attach proxy Logs still streamable via `compose logs`. Guide: lours.me/posts/compose-tip-075-attach-false/ #Docker #Compose #Runtime
2d
Ce matin, 8h de train pour rentrer de Voxxed Days Luxembourg. Ça va prendre toute la journée, mais je repars hyper-content de l'accueil et de tous les échanges que j'ai eu avec le public de dev's et d'IT tech's de cet événement. Merci @lu.voxxeddays.com pour ces 3 jours passés avec vous.
9d
2d
Ils sont là et pour 3h de show 🤩 #FooFighters
2d
@juhnny5.bsky.social présente CoeurIA l’intelligence artificielle des restos du cœur à @lu.voxxeddays.com
🐳 🐙 Docker Compose Tip #76 docker compose down & the flags that decide what actually gets removed. down → containers + networks down -v → named volumes (data gone!) down --rmi local → local images ... Guide: lours.me/posts/compose-tip-076-compose-down-options/ #Docker #Compose #CLI
Guillaume
ALT: Corgi Goes Under Couch
static.klipy.com
3d
Corgi Goes Under Couch
🐳 🐙 Docker Compose Tip #77 1 named volume, multiple services, each scoped to its own sub-dir: volumes: - type: volume source: app-data target: /var/data volume: subpath: api Same backup unit, clean isolation. lours.me/posts/compose-tip-077-volume-subpath/ #Docker #Storage
Hide noisy service logs from docker compose up without losing access to them, using attach in the Compose file or attach flags on the CLI.
lours.me
6d
Docker Compose Tip #75: Silencing noisy services with attach: false
Guillaume
4d
Astropierre
Guillaume
What docker compose down actually removes, and the flags that decide whether you keep your data, your images, and your sibling services.
lours.me
Docker Compose Tip #76: docker compose down and its options
Guillaume
Use volume.subpath to mount a sub-directory of a named volume into a container, instead of the whole volume root.
lours.me
Docker Compose Tip #77: Volume subpath for mounting a sub-directory
Guillaume
Guillaume