Set NODE_ENV to production
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user