Set NODE_ENV to production

This commit is contained in:
2025-06-07 23:46:05 +02:00
parent eb0dfff3a9
commit 32dc1cf080

View File

@@ -8,6 +8,8 @@ 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
@@ -17,6 +19,8 @@ services:
restart: on-failure
networks:
- demos-net
environment:
- NODE_ENV=production
ld1:
image: registry.boomlab.party/rheinsw/demo-websites/ld1
@@ -26,6 +30,8 @@ services:
restart: on-failure
networks:
- demos-net
environment:
- NODE_ENV=production
networks:
demos-net: