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: +