fix(Docker): Persisting winston logs

This commit is contained in:
Chris Troutner
2026-03-16 20:08:04 -07:00
parent e006a7ad86
commit 562a196998
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
+2
View File
@@ -17,4 +17,6 @@ services:
volumes: volumes:
#- ./start-rest2nostr.sh:/home/safeuser/REST2NOSTR/start-rest2nostr.sh #- ./start-rest2nostr.sh:/home/safeuser/REST2NOSTR/start-rest2nostr.sh
- ./.env:/home/safeuser/.env - ./.env:/home/safeuser/.env
- ../data:/home/safeuser/psf-bch-api/production/data
- ../data/logs:/home/safeuser/psf-bch-api/logs
restart: always restart: always