Skip to content

Commit ae9f529

Browse files
authored
add NODE_ENV=integration to all docker-compose services (readmeio#184)
1 parent 3fd5bbc commit ae9f529

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
environment:
99
- HTTPBIN=true
1010
- INTEGRATION_CLIENT=node
11+
- NODE_ENV=integration
1112

1213
integration_php:
1314
build:
@@ -17,6 +18,7 @@ services:
1718
environment:
1819
- HTTPBIN=true
1920
- INTEGRATION_CLIENT=php
21+
- NODE_ENV=integration
2022

2123
integration_python:
2224
build:
@@ -26,6 +28,7 @@ services:
2628
environment:
2729
- HTTPBIN=true
2830
- INTEGRATION_CLIENT=python
31+
- NODE_ENV=integration
2932

3033
integration_shell:
3134
build:
@@ -35,3 +38,4 @@ services:
3538
environment:
3639
- HTTPBIN=true
3740
- INTEGRATION_CLIENT=shell
41+
- NODE_ENV=integration

0 commit comments

Comments
 (0)