Define a log file for pinner.

This commit is contained in:
Ivaylo Novakov 2022-07-05 16:23:46 +03:00
parent beb6e2c3af
commit 919061a6ec
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 3 additions and 0 deletions

View File

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