Define a log file for pinner.
This commit is contained in:
parent
beb6e2c3af
commit
919061a6ec
|
@ -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:
|
||||
|
|
Reference in New Issue