Skip to content

Commit

Permalink
feat: update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
navaganesh committed May 21, 2024
1 parent 01faab4 commit eeceb5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY . .

EXPOSE 5000

CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5000"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- vault

loki:
image: grafana/loki:main-8978ecf
image: grafana/loki:2.9.5
restart: always
ports:
- 127.0.0.1:3100:3100
Expand Down
3 changes: 0 additions & 3 deletions logging-config/loki/loki-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ limits_config:
reject_old_samples: true
reject_old_samples_max_age: 168h

chunk_store_config:
max_look_back_period: 0s

table_manager:
retention_deletes_enabled: false
retention_period: 0s
Expand Down

0 comments on commit eeceb5c

Please sign in to comment.