From fbe4eba7761a87d7fb9bd06514bdbcb75419537b Mon Sep 17 00:00:00 2001 From: aaldebs99 <94327771+aaldebs99@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:51:30 -0700 Subject: [PATCH] chore(compose): unify naming scheme --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a3c0d78..9981537 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,10 +61,10 @@ services: volumes: # Persistent storage for uploads - - readur_uploads:/app/uploads + - ./readur_uploads:/app/uploads # Watch folder - can be mapped to a host directory - - ./watch:/app/watch + - ./readur_watch:/app/watch # Or use a named volume for watch folder # - readur_watch:/app/watch @@ -97,4 +97,4 @@ services: volumes: postgres_data: readur_uploads: - readur_watch: \ No newline at end of file + readur_watch: