File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ x-base-app: &base-app
12
12
networks :
13
13
- internal
14
14
- db-network
15
- logging :
15
+ logging : &logging
16
16
driver : gelf
17
17
options :
18
18
gelf-address : " udp://127.0.0.1:12201"
@@ -67,11 +67,15 @@ services:
67
67
volumes :
68
68
- minio_data:/data
69
69
environment :
70
+ << : *logging-env
71
+ hive_service : minio
70
72
MINIO_ROOT_USER : ${BEABEE_MINIO_ROOT_USER:-minioadmin}
71
73
MINIO_ROOT_PASSWORD : ${BEABEE_MINIO_ROOT_PASSWORD:-minioadmin}
72
74
MINIO_REGION : ${BEABEE_MINIO_REGION:-us-east-1}
73
75
BEABEE_MINIO_BUCKET : ${BEABEE_MINIO_BUCKET:-uploads}
74
76
BEABEE_MINIO_ENDPOINT : ${BEABEE_MINIO_ENDPOINT:-http://minio:9000}
77
+ logging :
78
+ << : *logging
75
79
networks :
76
80
- internal
77
81
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ x-base-app: &base-app
12
12
networks :
13
13
- internal
14
14
- db-network
15
- logging :
15
+ logging : &logging
16
16
driver : gelf
17
17
options :
18
18
gelf-address : " udp://127.0.0.1:12201"
@@ -67,11 +67,15 @@ services:
67
67
volumes :
68
68
- minio_data:/data
69
69
environment :
70
+ << : *logging-env
71
+ hive_service : minio
70
72
MINIO_ROOT_USER : ${BEABEE_MINIO_ROOT_USER:-minioadmin}
71
73
MINIO_ROOT_PASSWORD : ${BEABEE_MINIO_ROOT_PASSWORD:-minioadmin}
72
74
MINIO_REGION : ${BEABEE_MINIO_REGION:-us-east-1}
73
75
BEABEE_MINIO_BUCKET : ${BEABEE_MINIO_BUCKET:-uploads}
74
76
BEABEE_MINIO_ENDPOINT : ${BEABEE_MINIO_ENDPOINT:-http://minio:9000}
77
+ logging :
78
+ << : *logging
75
79
networks :
76
80
- internal
77
81
You can’t perform that action at this time.
0 commit comments