Files
gantt-app/svar-gantt-app/docker-compose.yml
Bastien COIGNOUX f999b17150 Initial commit
2025-07-14 14:14:48 +02:00

11 lines
197 B
YAML

version: '3.8'
services:
gantt-app:
build: .
ports:
- "5173:3000"
volumes:
- ./gantt.db:/app/gantt.db # persistance locale du fichier SQLite
restart: unless-stopped