add 2 subject & add matomo analytics

This commit is contained in:
Puechberty Arthur
2026-04-26 20:49:12 +02:00
parent 8cd17b0aec
commit 3b56eea776
7 changed files with 264 additions and 102 deletions
+5 -7
View File
@@ -1,11 +1,9 @@
services:
web:
nextjs:
build: .
container_name: learn-app
ports:
- "3000:3000"
volumes:
- ./:/app
- /app/node_modules
- "${WEB_PORT}:3000"
environment:
- NODE_ENV=development
command: npm run dev
- NODE_ENV=${NODE_ENV}
restart: unless-stopped