From 562a196998b548f4e3371ba14b097b3904f35d6d Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 16 Mar 2026 20:08:04 -0700 Subject: [PATCH] fix(Docker): Persisting winston logs --- production/data/.gitkeep | 1 + production/docker/docker-compose.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 production/data/.gitkeep diff --git a/production/data/.gitkeep b/production/data/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/production/data/.gitkeep @@ -0,0 +1 @@ + diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 881d8d8..0bca108 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -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 \ No newline at end of file