From 2b0d497370f4ca1c5e35817f1c844e0b9bf0ad9d Mon Sep 17 00:00:00 2001 From: dr-carrot Date: Wed, 29 May 2024 18:35:10 -0400 Subject: [PATCH] fix: fixed indentation in psql docker-compose --- docker-compose.postgres.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docker-compose.postgres.yaml b/docker-compose.postgres.yaml index f3f34827..f2cce1d0 100644 --- a/docker-compose.postgres.yaml +++ b/docker-compose.postgres.yaml @@ -17,9 +17,9 @@ services: DB_LOG_QUERIES: "false" # Whether to log the DB queries for debugging DB_USE_SSL: "false" # Whether to enable ssl for database connection volumes: - - .:/app:rw,cached - - /app/node_modules - - /app/.next + - .:/app:rw,cached + - /app/node_modules + - /app/.next depends_on: - postgres links: @@ -34,5 +34,6 @@ services: - "5432:5432" volumes: - postgres:/var/lib/postgresql/data - volumes: - postgres: +volumes: + postgres: +