Skip to content

Commit

Permalink
move logging to top
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Feb 13, 2024
1 parent 072d07c commit 9817080
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions production/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
version: '3.9'

x-logging:
&logging
logging:
driver: loki
options:
loki-url: http://172.22.22.15:3100/loki/api/v1/push
loki-retries: 5
loki-batch-size: 400

x-sm-resources-common:
&sm-resources-common
deploy:
Expand Down Expand Up @@ -36,15 +45,6 @@ x-xl-resources-common:
memory: 8G
<<: [*logging]

x-logging:
&logging
logging:
driver: loki
options:
loki-url: http://172.22.22.15:3100/loki/api/v1/push
loki-retries: 5
loki-batch-size: 400

x-redis-healthcheck:
&redis-healthcheck
healthcheck:
Expand Down

0 comments on commit 9817080

Please sign in to comment.