Skip to content

Instantly share code, notes, and snippets.

View wgirardichezswitch's full-sized avatar

wgirardichezswitch

View GitHub Profile
@wgirardichezswitch
wgirardichezswitch / docker-compose.yaml
Created June 26, 2025 09:49
generic docker-compose.yaml
version: '3.8'
services:
app:
image: node:20-alpine # Remplacez par l'image de votre application
container_name: my_app
working_dir: /usr/src/app
volumes:
- ./app:/usr/src/app
environment: