mirror of
https://github.com/arthur-pbty/learn.git
synced 2026-06-03 15:07:30 +02:00
add 2 subject & add matomo analytics
This commit is contained in:
+5
-7
@@ -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
|
||||
Reference in New Issue
Block a user