We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a43ca commit 03f1fadCopy full SHA for 03f1fad
1 file changed
apps/streampipes/docker-compose.yml
@@ -6,6 +6,7 @@ services:
6
image: $W9_REPO:$W9_VERSION
7
container_name: $W9_ID
8
restart: unless-stopped
9
+ env_file: .env
10
logging:
11
driver: "json-file"
12
options:
@@ -25,6 +26,7 @@ services:
25
26
image: apachestreampipes/backend:$W9_VERSION
27
container_name: $W9_ID-backend
28
29
30
31
32
0 commit comments