Merge pull request #2166 from SkynetLabs/ivo/pinner_log_file

Define a log file for pinner.
This commit is contained in:
Ivaylo Novakov 2022-07-08 10:15:50 +02:00 committed by GitHub
commit 4f7729052c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ services:
logging: *default-logging
env_file:
- .env
volumes:
- ./docker/data/pinner/logs:/logs
environment:
- PINNER_LOG_LEVEL=${PINNER_LOG_LEVEL:-info}
expose: