chore: update docker-compose configuration to rename app service, adjust volume path for Prisma data, and set DATABASE_URL for SQLite
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 55s

This commit is contained in:
Julien Froidefond
2025-12-11 10:52:06 +01:00
parent f9a4e596d4
commit c49c3d7fc4
2 changed files with 8 additions and 3 deletions

4
ENV.md
View File

@@ -6,6 +6,10 @@
# Database Configuration (SQLite)
DATABASE_URL=file:./data/stripstream.db
# Prisma Data Path (optional - default: ./prisma/data)
# Chemin sur l'hôte où seront stockées les données Prisma (base de données SQLite)
# PRISMA_DATA_PATH=./prisma/data
# NextAuth Configuration
NEXTAUTH_SECRET=your-secret-key-here-generate-with-openssl-rand-base64-32
# Si derrière un reverse proxy HTTPS, utiliser l'URL HTTPS publique :