We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef8fea commit 85bd9c4Copy full SHA for 85bd9c4
1 file changed
docker-compose.yml
@@ -16,6 +16,9 @@ services:
16
- nodeapp-network
17
volumes:
18
- ./logs:/var/www/logs
19
+ environment:
20
+ - NODE_ENV=production
21
+ - APP_VERSION=1.0
22
depends_on:
23
- mongodb
24
0 commit comments