From 95dab4bc9891ab80c15c4584c2c47f8244fc1a5a Mon Sep 17 00:00:00 2001 From: Chris Black Date: Sat, 3 Aug 2024 17:08:18 -0700 Subject: [PATCH] Named volume for logs See https://github.com/PecanProject/pecan/pull/3352 --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index ff17ef40..f02ca0a7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,8 @@ services: - UNICORN_WORKER_PROCESSES=1 - SECRET_KEY_BASE=thisisnotasecret - GOOGLE_ANALYTICS_ID=G-0000000000 + volumes: + - bety:/home/bety/log depends_on: - postgres restart: unless-stopped @@ -32,3 +34,4 @@ networks: volumes: postgres: + bety: