Merge pull request #21 from Permissionless-Software-Foundation/ct-unstable

fix(Docker): Persisting winston logs
This commit is contained in:
Chris Troutner
2026-03-16 20:08:46 -07:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
+2
View File
@@ -17,4 +17,6 @@ services:
volumes:
#- ./start-rest2nostr.sh:/home/safeuser/REST2NOSTR/start-rest2nostr.sh
- ./.env:/home/safeuser/.env
- ../data:/home/safeuser/psf-bch-api/production/data
- ../data/logs:/home/safeuser/psf-bch-api/logs
restart: always