Remove NODE_ENV from nginx service and add logging in next.config.ts

This commit is contained in:
2025-06-08 01:56:47 +02:00
parent 32dc1cf080
commit f0ceb08a98
2 changed files with 3 additions and 2 deletions

View File

@@ -8,8 +8,6 @@ services:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
networks:
- demos-net
environment:
- NODE_ENV=production
main-website:
image: registry.boomlab.party/rheinsw/demo-websites/main-website