Skip to content

Commit 03f1fad

Browse files
committed
streampipes
1 parent 27a43ca commit 03f1fad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/streampipes/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
image: $W9_REPO:$W9_VERSION
77
container_name: $W9_ID
88
restart: unless-stopped
9+
env_file: .env
910
logging:
1011
driver: "json-file"
1112
options:
@@ -25,6 +26,7 @@ services:
2526
image: apachestreampipes/backend:$W9_VERSION
2627
container_name: $W9_ID-backend
2728
restart: unless-stopped
29+
env_file: .env
2830
logging:
2931
driver: "json-file"
3032
options:

0 commit comments

Comments
 (0)