Skip to content

Commit 85bd9c4

Browse files
committed
Add env vars
1 parent 3ef8fea commit 85bd9c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ services:
1616
- nodeapp-network
1717
volumes:
1818
- ./logs:/var/www/logs
19+
environment:
20+
- NODE_ENV=production
21+
- APP_VERSION=1.0
1922
depends_on:
2023
- mongodb
2124

0 commit comments

Comments
 (0)