Update docker-compose.yml

This commit is contained in:
2025-09-09 17:50:36 +00:00
parent e420568808
commit 7d769f81bb

View File

@@ -5,8 +5,7 @@ services:
ports: ports:
- "1337:3000" - "1337:3000"
volumes: volumes:
- .:/app - node_modules:/app/node_modules
- /app/node_modules
environment: environment:
- NODE_ENV=${NODE_ENV} - NODE_ENV=${NODE_ENV}
- DB_HOST=mariadb - DB_HOST=mariadb