mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
10 lines
142 B
YAML
10 lines
142 B
YAML
version: '3.8'
|
|
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- '3000:3000'
|
|
volumes:
|
|
- ./data:/app/prisma/data # Pour la DB SQLite
|
|
|