Making logs accessible from install root

This commit is contained in:
Vivek Santayana 2022-08-20 13:00:09 +01:00
parent 2bf0eeb33d
commit 62fac48904
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@ -152,4 +152,7 @@ database/data/
.encryption.key
# Ignore Data Dir
**/data/*
**/data/*
# Ignore Logs Dir
logs/*

View File

@ -36,6 +36,7 @@ services:
- 5000
volumes:
- data:/ref-test/data
- ./logs:/ref-test/data/logs
restart: unless-stopped
networks:
- frontend