File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY requirements.txt .
1212RUN pip install --no-cache-dir -r requirements.txt
1313
1414# Copy source code
15- COPY *.py .
15+ COPY *.py ./
1616COPY ml/ ./ml/
1717COPY notifications/ ./notifications/
1818
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY requirements.txt .
77RUN pip install --no-cache-dir -r requirements.txt
88
99# Copy source code
10- COPY *.py .
10+ COPY *.py ./
1111
1212# Environment defaults
1313ENV CLICKHOUSE_HOST=clickhouse
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ services:
232232 - prometheus
233233 environment :
234234 GF_SECURITY_ADMIN_USER : ${GRAFANA_ADMIN_USER:-admin}
235- GF_SECURITY_ADMIN_PASSWORD : ${GRAFANA_ADMIN_PASSWORD:?set GRAFANA_ADMIN_PASSWORD for local monitoring }
235+ GF_SECURITY_ADMIN_PASSWORD : ${GRAFANA_ADMIN_PASSWORD:-admin }
236236 GF_USERS_ALLOW_SIGN_UP : " false"
237237 ports :
238238 - " 3001:3000"
You can’t perform that action at this time.
0 commit comments