Skip to content

Commit

Permalink
fix: adjusted location of the logging file
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Jun 20, 2024
1 parent 6f08cd5 commit c1f6f3c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
version: '3.8'
# TODO: BBMRI expects Traefik to already exist

volumes:
request-log:

services:
traefik:
image: traefik:latest
Expand Down Expand Up @@ -76,9 +72,9 @@ services:
BIND_ADDR: 0.0.0.0:8055
PRISM_URL: http://prism:8066
RUST_LOG: "info"
LOG_FILE: "/requests.log"
LOG_FILE: /requests.log
volumes:
- request-log:/requests.log
- ./requests.log:/requests.log

depends_on:
- "beam-proxy"
Expand Down

0 comments on commit c1f6f3c

Please sign in to comment.