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